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 \


Reply via email to