From 049e6d396b5a55c12b291dea84349d1266c5869b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 17 Jan 2011 16:41:07 +0100 Subject: [PATCH] Update release target. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)." \ -- 2.39.5