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:
parent
25676a78f1
commit
aa3815c03c
6
Makefile
6
Makefile
@ -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)." \
|
||||
|
Loading…
x
Reference in New Issue
Block a user