Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C58D1117E8 for ; Tue, 23 Sep 2014 16:51:41 +0000 (UTC) Received: (qmail 2518 invoked by uid 500); 23 Sep 2014 16:51:41 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 2485 invoked by uid 500); 23 Sep 2014 16:51:41 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 2475 invoked by uid 99); 23 Sep 2014 16:51:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 16:51:41 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 23 Sep 2014 16:51:19 +0000 Received: (qmail 2271 invoked by uid 99); 23 Sep 2014 16:51:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 16:51:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E283F937662; Tue, 23 Sep 2014 16:51:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jfarrell@apache.org To: commits@aurora.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AURORA-736 - Update committer docs with steps for adding a gpg key Date: Tue, 23 Sep 2014 16:51:16 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master c4e71e0a3 -> 79e7ec512 AURORA-736 - Update committer docs with steps for adding a gpg key Bugs closed: AURORA-736 Reviewed at https://reviews.apache.org/r/25898/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/79e7ec51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/79e7ec51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/79e7ec51 Branch: refs/heads/master Commit: 79e7ec5120ba23f1950d31e0057836fc5339ae13 Parents: c4e71e0 Author: Jake Farrell Authored: Tue Sep 23 12:50:41 2014 -0400 Committer: jfarrell Committed: Tue Sep 23 12:51:06 2014 -0400 ---------------------------------------------------------------------- docs/committers.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/79e7ec51/docs/committers.md ---------------------------------------------------------------------- diff --git a/docs/committers.md b/docs/committers.md index 3f68f89..23a25c1 100644 --- a/docs/committers.md +++ b/docs/committers.md @@ -13,6 +13,36 @@ The recommended setup is to configure all services (mailing lists, JIRA, ReviewB emails to your @apache.org email address. +Creating a gpg key for releases +------------------------------- +In order to create a release candidate you will need a gpg key published to an external key server +and that key will need to be added to our KEYS file as well. + +1. Create a key: + + gpg --gen-key + +2. Add your gpg key to the Apache Aurora KEYS file: + + git clone https://git-wip-us.apache.org/repos/asf/incubator-aurora.git + (gpg --list-sigs && gpg --armor --export ) >> KEYS + git add KEYS && git commit -m "Adding gpg key for " + ./rbt post -o -g + +3. Publish the key to an external key server: + + gpg --keyserver pgp.mit.edu --send-keys + +4. Update the changes to the KEYS file to the Apache Aurora svn dist locations listed below: + + https://dist.apache.org/repos/dist/dev/incubator/aurora/KEYS + https://dist.apache.org/repos/dist/release/incubator/aurora/KEYS + +5. Add your key to git config for use with the release scripts: + + git config --global user.signingkey + + Creating a release ------------------ The following will guide you through the steps to create a release candidate, vote, and finally an