mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 07:52:23 +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:
|
||||
svn2cl
|
||||
|
||||
PROJECT=yubico-pam
|
||||
|
||||
release:
|
||||
rm -f ChangeLog
|
||||
make ChangeLog distcheck
|
||||
svn copy https://yubico-pam.googlecode.com/svn/trunk/ \
|
||||
https://yubico-pam.googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \
|
||||
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 "pam_yubico $(VERSION)" \
|
||||
googlecode_upload.py -s "$(PACKAGE) $(VERSION)" \
|
||||
-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