Author: rnewson
Date: Tue May 17 11:14:40 2011
New Revision: 1104146

URL: http://svn.apache.org/viewvc?rev=1104146&view=rev
Log:
Switch to my signing key.

Modified:
    couchdb/branches/1.1.x/Makefile.am

Modified: couchdb/branches/1.1.x/Makefile.am
URL: 
http://svn.apache.org/viewvc/couchdb/branches/1.1.x/Makefile.am?rev=1104146&r1=1104145&r2=1104146&view=diff
==============================================================================
--- couchdb/branches/1.1.x/Makefile.am (original)
+++ couchdb/branches/1.1.x/Makefile.am Tue May 17 11:14:40 2011
@@ -140,7 +140,7 @@ distcheck-hook:
 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 --default-key 8FBFCFBF \
+       gpg --armor --detach-sig --default-key DF3CEBA3 \
            < $(top_srcdir)/$(distdir).tar.gz \
            > $(top_srcdir)/$(distdir).tar.gz.asc
        md5sum $(top_srcdir)/$(distdir).tar.gz \


Reply via email to