mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-21 15:54:15 +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
|
release: dist
|
||||||
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
|
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
|
||||||
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
|
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
|
||||||
svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \
|
git push
|
||||||
https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
|
git tag -u $(KEYID)! -m $(VERSION) v$(VERSION)
|
||||||
-m "Tagging the $(VERSION) release of the $(PACKAGE) project."
|
git push --tags
|
||||||
googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \
|
googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \
|
||||||
-p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz.sig
|
-p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz.sig
|
||||||
googlecode_upload.py -s "$(PACKAGE) $(VERSION)." \
|
googlecode_upload.py -s "$(PACKAGE) $(VERSION)." \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user