Skip to content

Commit

Permalink
fix rpm signing so it does not open a tty w question
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 6, 2015
1 parent 6b341f2 commit 203776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/release-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 203776a

Please sign in to comment.