From 1568f509a9333581ee61c4c4f932655759c64dab Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 18 Dec 2012 14:43:08 +0100 Subject: [PATCH] Updated make release to use git. --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index fac0be3..d1e388b 100644 --- a/Makefile +++ b/Makefile @@ -108,10 +108,7 @@ clean-man: release: dist gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz gpg --verify $(PACKAGE)-$(VERSION).tgz.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." - googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \ - -p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz.sig - googlecode_upload.py -s "$(PACKAGE) $(VERSION)." \ - -p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz + + git tag -s -v $(PACKAGE)-$(VERSION) + git push + git push --tags