Ensure gpg-agent is running for tag signing.

This commit is contained in:
Darko Poljak 2016-07-15 22:15:46 +02:00
parent 42b5963c49
commit c9f825d7ef
2 changed files with 4 additions and 2 deletions

View File

@ -169,7 +169,8 @@ eof
# gpg verify signature
# gpg --verify <asc-file> <file>
# gpg --no-default-keyring --keyring <pubkey.gpg> --verify <asc-file> <file>
#
# Ensure gpg-agent is running.
gpg-agent
git tag -s "$target_version" -m "$tagmessage"
git push --tags

View File

@ -204,7 +204,8 @@ eof
# gpg verify signature
# gpg --verify <asc-file> <file>
# gpg --no-default-keyring --keyring <pubkey.gpg> --verify <asc-file> <file>
#
# Ensure gpg-agent is running.
gpg-agent
git tag -s "$target_version" -m "$tagmessage"
git push --tags