mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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:
parent
6b341f2b9d
commit
203776a40c
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue