summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-11-16 19:19:17 +0000
committerNoah Slater <nslater@apache.org>2009-11-16 19:19:17 +0000
commit14aa1c14aa1d9e1aecbd8f7ca0ebfe5b6f0e6b1e (patch)
tree887f8407836893ce79075bfcf8a44ee7db08fd4c /Makefile.am
parentc8af9c17dcf6da8f7fc70f83a19582fd14411715 (diff)
force it to sign with my key
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@880917 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 404a911a..ae6ab9fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,7 +83,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 \
+ gpg --armor --detach-sig --default-key 8FBFCFBF \
< $(top_srcdir)/$(distdir).tar.gz \
> $(top_srcdir)/$(distdir).tar.gz.asc
md5sum $(top_srcdir)/$(distdir).tar.gz \