Add signing hint in package-source.sh helper (#517)

This commit is contained in:
Ben RUBSON 2018-04-27 10:43:35 +02:00 committed by GitHub
parent 5b7abe3bc3
commit 4131875b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,6 @@ PREFIX="encfs-$VERSION"
# Actually create archive # Actually create archive
git archive --prefix "$PREFIX/" -o $PREFIX.tar.gz HEAD git archive --prefix "$PREFIX/" -o $PREFIX.tar.gz HEAD
gpg --list-secret-keys --keyid-format LONG
echo "Hint for signing: gpg -u <user> --armor --detach-sig $PREFIX.tar.gz"