mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
fix rpm signing so it does not open a tty w question
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
@@ -57,7 +57,7 @@ for distro in "${distros[@]}"; do
|
||||
rpm --import /tmp/gpg
|
||||
|
||||
# sign the rpms
|
||||
rpm \
|
||||
echo "yes" | setsid rpm \
|
||||
--define '_gpg_name releasedocker' \
|
||||
--define '_signature gpg' \
|
||||
--define '__gpg_check_password_cmd /bin/true' \
|
||||
|
||||
Reference in New Issue
Block a user