]> err.no Git - yubikey-personalization.old/commitdiff
Update release target. v1.4.0
authorSimon Josefsson <simon@josefsson.org>
Mon, 17 Jan 2011 15:41:07 +0000 (16:41 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 17 Jan 2011 15:41:07 +0000 (16:41 +0100)
Makefile.am

index 2d5dd8227e1e198bddba1308f1ca696419dfa493..20d807dfc4975dac8df3d90879dadddcd5daf1cb 100644 (file)
@@ -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)." \