Sign releases.

This commit is contained in:
Dianne Skoll
2019-11-15 10:56:40 -05:00
parent 84af60d817
commit 05b97aabb2

View File

@@ -82,6 +82,7 @@ distro:
ln -s . ../remind-$(VERSION)
(cd ..; git ls-files | fgrep -v .gitignore | fgrep -v remind.php | fgrep -v sync-to-dianne-git) | sed -e 's/^/remind-$(VERSION)\//' | xargs tar -C .. -cvf remind-$(VERSION).tar
gzip -f -v -9 remind-$(VERSION).tar
gpg --detach-sign -u dianne@skoll.ca remind-$(VERSION).tar.gz
rm -f ../remind-$(VERSION)
beta-tgz: