From: Simon Josefsson Date: Fri, 29 May 2009 09:53:51 +0000 (+0000) Subject: Use yubico.com pgp key to sign releases. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~136 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f3549c1a5469bac08c2c4dc17e3b8a3ed993118;p=yubikey-personalization.old Use yubico.com pgp key to sign releases. --- diff --git a/Makefile.am b/Makefile.am index 1d147a6..dcf2b09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,8 +68,9 @@ EXTRA_DIST = doc/MakeRelease.wiki doc/ReadMe.wiki doc/UsbhidIssue.wiki # Release -PROJECT=yubikey-personalization -USER=simon75j +PROJECT = yubikey-personalization +USER = simon75j +KEYID = B9156397 ChangeLog: svn2cl @@ -81,7 +82,7 @@ check-doc-dist: release: rm -f ChangeLog make check-doc-dist ChangeLog distcheck - gpg -b $(PACKAGE)-$(VERSION).tar.gz + gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tar.gz gpg --verify $(PACKAGE)-$(VERSION).tar.gz.sig svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \ https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \