commit cdda04b39316620b751a12e4a80334edf3759bda Author: David Fifield david@bamsoftware.com Date: Mon Jul 23 08:46:36 2012 -0700
Verify the signature after signing. --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index b1a440c..584094c 100644 --- a/Makefile +++ b/Makefile @@ -33,5 +33,6 @@ dist/$(DISTNAME).zip: $(CLIENT_DIST_FILES)
sign: dist/$(DISTNAME).zip cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip + cd dist && gpg --verify $(DISTNAME).zip.asc $(DISTNAME).zip
.PHONY: all clean test dist sign
tor-commits@lists.torproject.org