You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/11/16 20:19:18 UTC

svn commit: r880917 - in /couchdb: branches/0.10.x/Makefile.am branches/0.9.x/Makefile.am trunk/Makefile.am

Author: nslater
Date: Mon Nov 16 19:19:17 2009
New Revision: 880917

URL: http://svn.apache.org/viewvc?rev=880917&view=rev
Log:
force it to sign with my key

Modified:
    couchdb/branches/0.10.x/Makefile.am
    couchdb/branches/0.9.x/Makefile.am
    couchdb/trunk/Makefile.am

Modified: couchdb/branches/0.10.x/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/Makefile.am?rev=880917&r1=880916&r2=880917&view=diff
==============================================================================
--- couchdb/branches/0.10.x/Makefile.am (original)
+++ couchdb/branches/0.10.x/Makefile.am Mon Nov 16 19:19:17 2009
@@ -83,7 +83,7 @@
 distsign: distcheck check
 	@# @@ unpack archive and run diff -r to double check missing files
 	@# @@ does automake have anything that does this?
-	gpg --armor --detach-sig \
+	gpg --armor --detach-sig --default-key 8FBFCFBF \
 	    < $(top_srcdir)/$(distdir).tar.gz \
 	    > $(top_srcdir)/$(distdir).tar.gz.asc
 	md5sum $(top_srcdir)/$(distdir).tar.gz \

Modified: couchdb/branches/0.9.x/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/Makefile.am?rev=880917&r1=880916&r2=880917&view=diff
==============================================================================
--- couchdb/branches/0.9.x/Makefile.am (original)
+++ couchdb/branches/0.9.x/Makefile.am Mon Nov 16 19:19:17 2009
@@ -61,7 +61,7 @@
 
 .PHONY: distsign
 distsign: distcheck
-	gpg --armor --detach-sig \
+	gpg --armor --detach-sig --default-key 8FBFCFBF \
 	    < $(top_srcdir)/$(distdir).tar.gz \
 	    > $(top_srcdir)/$(distdir).tar.gz.asc
 	md5sum $(top_srcdir)/$(distdir).tar.gz \

Modified: couchdb/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/Makefile.am?rev=880917&r1=880916&r2=880917&view=diff
==============================================================================
--- couchdb/trunk/Makefile.am (original)
+++ couchdb/trunk/Makefile.am Mon Nov 16 19:19:17 2009
@@ -83,7 +83,7 @@
 distsign: distcheck check
 	@# @@ unpack archive and run diff -r to double check missing files
 	@# @@ does automake have anything that does this?
-	gpg --armor --detach-sig \
+	gpg --armor --detach-sig --default-key 8FBFCFBF \
 	    < $(top_srcdir)/$(distdir).tar.gz \
 	    > $(top_srcdir)/$(distdir).tar.gz.asc
 	md5sum $(top_srcdir)/$(distdir).tar.gz \