1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-20 21:54:20 +01:00

change svn copying tag to git tag + push

This commit is contained in:
Simon Josefsson 2012-02-22 12:16:00 +01:00
parent 25676a78f1
commit aa3815c03c

View File

@ -77,9 +77,9 @@ clean:
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."
git push
git tag -u $(KEYID)! -m $(VERSION) v$(VERSION)
git push --tags
googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \
-p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz.sig
googlecode_upload.py -s "$(PACKAGE) $(VERSION)." \