Merge pull request #15385 from jfrazelle/gpg-passphrase-rpm-sign-fix
Gpg passphrase rpm sign fix
This commit is contained in:
commit
a8026239fc
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…
Add table
Reference in a new issue