mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 16:52:17 +01:00
Fix release target.
This commit is contained in:
parent
6df4acc946
commit
ed9e163c16
10
Makefile.am
10
Makefile.am
@ -52,11 +52,15 @@ TESTS = $(check_PROGRAMS)
|
|||||||
ChangeLog:
|
ChangeLog:
|
||||||
svn2cl
|
svn2cl
|
||||||
|
|
||||||
|
PROJECT=yubico-pam
|
||||||
|
|
||||||
release:
|
release:
|
||||||
rm -f ChangeLog
|
rm -f ChangeLog
|
||||||
make ChangeLog distcheck
|
make ChangeLog distcheck
|
||||||
svn copy https://yubico-pam.googlecode.com/svn/trunk/ \
|
svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \
|
||||||
https://yubico-pam.googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
|
https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
|
||||||
-m "Tagging the $(VERSION) release of the $(PACKAGE) project."
|
-m "Tagging the $(VERSION) release of the $(PACKAGE) project."
|
||||||
googlecode_upload.py -s "pam_yubico $(VERSION)" \
|
googlecode_upload.py -s "$(PACKAGE) $(VERSION)" \
|
||||||
-p yubico-pam -u simon75j $(PACKAGE)-$(VERSION).tar.gz
|
-p yubico-pam -u simon75j $(PACKAGE)-$(VERSION).tar.gz
|
||||||
|
googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \
|
||||||
|
-p php-yubico -u simon75j $(PACKAGE)-$(VERSION).tar.gz.sig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user