mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2025-02-20 21:54:21 +01:00
Updated make release to use git.
This commit is contained in:
parent
a85c0f2acc
commit
1568f509a9
11
Makefile
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user