1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 07:52:23 +01:00

Tag releases consistent with previous ones (no 'v').

This commit is contained in:
Fredrik Thulin 2011-04-13 22:39:08 +02:00
parent 53ca3786b8
commit 60824becdc

View File

@ -32,6 +32,8 @@ libdir = $(PAMDIR)
lib_LTLIBRARIES = pam_yubico.la
include_HEADERS = util.h
pam_yubico_la_SOURCES = pam_yubico.c util.c
# XXX add -Wl,-x too? PAM documentation suggests it.
pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@ @YKPERS_LIBS@ @LTLIBYUBIKEY@
@ -88,7 +90,7 @@ release:
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tar.gz
gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig
cd $(srcdir) && git push
cd $(srcdir) && git tag -u $(KEYID)! -m $(VERSION) v$(VERSION)
cd $(srcdir) && git tag -u $(KEYID)! -m $(VERSION) $(VERSION)
cd $(srcdir) && git push --tags
mkdir -p ../releases/$(PACKAGE)/ && \
cp -v $(PACKAGE)-$(VERSION).tar.gz* ../releases/$(PACKAGE)/