explicitly select signing key used in source tarball signing script

pull/2046/head
Jeff Becker 2 years ago
parent 9adf099d20
commit 88b5a84df3
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D

@ -5,4 +5,4 @@
repo=$(readlink -e $(dirname $0)/..)
branch=$(test -e $repo/.git/ && git rev-parse --abbrev-ref HEAD)
out="lokinet-$(git describe --exact-match --tags $(git log -n1 --pretty='%h') 2> /dev/null || ( echo -n $branch- && git rev-parse --short HEAD)).tar.xz"
git-archive-all -C $repo --force-submodules $out && rm -f $out.sig && (gpg --sign --detach $out &> /dev/null && gpg --verify $out.sig)
git-archive-all -C $repo --force-submodules $out && rm -f $out.sig && (gpg -u jeff@lokinet.io --sign --detach $out &> /dev/null && gpg --verify $out.sig)

Loading…
Cancel
Save