Sign beta tarballs too.

This commit is contained in:
Dianne Skoll
2020-01-27 16:46:07 -05:00
parent 508fafb875
commit 3b582935ee

View File

@@ -88,6 +88,7 @@ distro:
beta-tgz:
cd .. && git archive --worktree-attributes --format=tar --prefix=remind-$(VERSION)/ HEAD > src/remind-$(VERSION)-BETA-$(BETA).tar
gzip -f -v -9 remind-$(VERSION)-BETA-$(BETA).tar
gpg --detach-sign -u dianne@skoll.ca remind-$(VERSION)-BETA=$(BETA).tar.gz
#---------------- Stuff after this added by "make depend" -----------------