summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2012-01-21 23:57:18 +0000
committerNoah Slater <nslater@apache.org>2012-01-21 23:57:18 +0000
commit6dba2e91173fb0bb48b66562bcb47475163627fa (patch)
treedbe71a087695128ad85c66c4ede161f7a7493b00
parentd7cbddc452d26dc1b74b3b1f910d63ea32609c27 (diff)
downloadcouchdb-6dba2e91173fb0bb48b66562bcb47475163627fa.tar.gz
replaced --default-key with GPG_ARGS env variable
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 397372ade..02b4bd11e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,7 +147,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 $(GPG_ARGS) \
< $(top_srcdir)/$(distdir).tar.gz \
> $(top_srcdir)/$(distdir).tar.gz.asc
md5sum $(top_srcdir)/$(distdir).tar.gz \