[tor-commits] [flashproxy/master] Add "make sign".

dcf at torproject.org dcf at torproject.org
Thu Jul 5 14:00:46 UTC 2012


commit f648e63d03eafb7cdd8c1140fe92d05f6fd98308
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Jul 5 05:48:07 2012 -0700

    Add "make sign".
---
 Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 0becb59..f3232aa 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,7 @@ dist/$(DISTNAME).zip:
 
 dist: dist/$(DISTNAME).zip
 
-.PHONY: all clean test dist
+sign: dist/$(DISTNAME).zip
+	cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip
+
+.PHONY: all clean test dist sign





More information about the tor-commits mailing list