replaced --default-key with GPG_ARGS env variable

Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6dba2e91
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6dba2e91
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6dba2e91

Branch: refs/heads/COUCHDB-1342
Commit: 6dba2e91173fb0bb48b66562bcb47475163627fa
Parents: d7cbddc
Author: Noah Slater <[email protected]>
Authored: Sat Jan 21 23:57:18 2012 +0000
Committer: Noah Slater <[email protected]>
Committed: Sat Jan 21 23:57:18 2012 +0000

----------------------------------------------------------------------
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6dba2e91/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 397372a..02b4bd1 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 \

Reply via email to