From: Simon Josefsson Date: Mon, 17 Jan 2011 15:41:07 +0000 (+0100) Subject: Update release target. X-Git-Tag: v1.4.0^0 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049e6d396b5a55c12b291dea84349d1266c5869b;p=yubikey-personalization.old Update release target. --- diff --git a/Makefile.am b/Makefile.am index 2d5dd82..20d807d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,9 +101,9 @@ release: make check-doc-dist ChangeLog distcheck gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tar.gz gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig - svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \ - https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ - -m "Tagging the $(VERSION) release of the $(PACKAGE) project." + git tag -u $(KEYID)! -m $(VERSION) v$(VERSION) + git push + git push --tags mkdir -p ../releases/$(PACKAGE)/ && \ cp -v $(PACKAGE)-$(VERSION).tar.gz* ../releases/$(PACKAGE)/ googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \