[flashproxy/master] Remove any existing old signature before signing.
23 Jul
2012
23 Jul
'12
6:07 p.m.
commit 9bbc3351033ea22a0824d60de136b100c99524e5 Author: David Fifield <david@bamsoftware.com> Date: Mon Jul 23 08:49:58 2012 -0700 Remove any existing old signature before signing. This avoids the interactive error message File `flashproxy-client-0.3.zip.asc' exists. Overwrite? (y/N) --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 584094c..8c6cbfe 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ dist/$(DISTNAME).zip: $(CLIENT_DIST_FILES) $(MAKE) dist sign: dist/$(DISTNAME).zip + rm -f dist/$(DISTNAME).zip.asc cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip cd dist && gpg --verify $(DISTNAME).zip.asc $(DISTNAME).zip
4895
Age (days ago)
4895
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org