From commits-return-6378-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Tue May 17 11:15:54 2011 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D91564CBB for ; Tue, 17 May 2011 11:15:52 +0000 (UTC) Received: (qmail 15010 invoked by uid 500); 17 May 2011 11:15:52 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 14653 invoked by uid 500); 17 May 2011 11:15:52 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 14582 invoked by uid 99); 17 May 2011 11:15:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 11:15:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 11:15:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 221FA23889F7; Tue, 17 May 2011 11:14:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1104146 - /couchdb/branches/1.1.x/Makefile.am Date: Tue, 17 May 2011 11:14:41 -0000 To: commits@couchdb.apache.org From: rnewson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110517111441.221FA23889F7@eris.apache.org> Author: rnewson Date: Tue May 17 11:14:40 2011 New Revision: 1104146 URL: http://svn.apache.org/viewvc?rev=1104146&view=rev Log: Switch to my signing key. Modified: couchdb/branches/1.1.x/Makefile.am Modified: couchdb/branches/1.1.x/Makefile.am URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/Makefile.am?rev=1104146&r1=1104145&r2=1104146&view=diff ============================================================================== --- couchdb/branches/1.1.x/Makefile.am (original) +++ couchdb/branches/1.1.x/Makefile.am Tue May 17 11:14:40 2011 @@ -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 \