summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2011-05-17 11:14:40 +0000
committerRobert Newson <rnewson@apache.org>2011-05-17 11:14:40 +0000
commitb4c90cde821ae1940622435b9f0e964a1e9f002e (patch)
tree006d41323bba086a8549d9382d1eeaeddcd7ef22 /Makefile.am
parent4cf98f9342a7137df68362b71891001c1374de06 (diff)
Switch to my signing key.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1104146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e16baf6..2d0bbbe6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \