summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2010-11-25 18:02:27 +0000
committerPaul Joseph Davis <davisp@apache.org>2010-11-25 18:02:27 +0000
commita9e61d57893b2b967d0fa40f30ed8aed09732ee0 (patch)
treee63f73812880b613f909dc12ef8245b4bb2f6914
parent8915ae339640551b8d603732ab5b901d66d842a2 (diff)
Update the signing key in SVN.
Need to make sure that the tarball reflects the tag exactly. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1039124 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e16baf6..65302879 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 43ECCEE1 \
< $(top_srcdir)/$(distdir).tar.gz \
> $(top_srcdir)/$(distdir).tar.gz.asc
md5sum $(top_srcdir)/$(distdir).tar.gz \