mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Add signing hint in package-source.sh helper (#517)
This commit is contained in:
parent
5b7abe3bc3
commit
4131875b1e
@ -9,3 +9,6 @@ PREFIX="encfs-$VERSION"
|
||||
|
||||
# Actually create archive
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user