Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-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 DAB00D1AB for ; Sat, 25 May 2013 12:55:48 +0000 (UTC) Received: (qmail 6599 invoked by uid 500); 25 May 2013 12:55:48 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 6558 invoked by uid 500); 25 May 2013 12:55:48 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 6525 invoked by uid 99); 25 May 2013 12:55:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 May 2013 12:55:47 +0000 X-ASF-Spam-Status: No, hits=-2001.1 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; Sat, 25 May 2013 12:55:44 +0000 Received: (qmail 4754 invoked by uid 99); 25 May 2013 12:55:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 May 2013 12:55:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EACF23187E5; Sat, 25 May 2013 12:55:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: olamy@apache.org To: commits@helix.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: fix order Date: Sat, 25 May 2013 12:55:21 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 3aa36efb5 -> 1b3f53e1f fix order Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/1b3f53e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/1b3f53e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/1b3f53e1 Branch: refs/heads/master Commit: 1b3f53e1f969106ecfc77aeba1ba58a3de197b70 Parents: 3aa36ef Author: Olivier Lamy Authored: Sat May 25 22:55:10 2013 +1000 Committer: Olivier Lamy Committed: Sat May 25 22:55:10 2013 +1000 ---------------------------------------------------------------------- src/site/apt/releasing.apt | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1b3f53e1/src/site/apt/releasing.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/releasing.apt b/src/site/apt/releasing.apt index f13219d..11d0cd9 100644 --- a/src/site/apt/releasing.apt +++ b/src/site/apt/releasing.apt @@ -79,27 +79,29 @@ then svn add then svn ci +------------- - [[5]] Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example + [[5]] Validating the release + ++------------- + * Download sources, extract, build and run tests - mvn clean package + * Verify license headers - mvn -Prat -DskipTests + * Download binaries and .asc files + * Download release manager's public key - From the KEYS file, get the release manager's public key finger print and run gpg --keyserver pgpkeys.mit.edu --recv-key + * Validate authenticity of key - run gpg --fingerprint + * Check signatures of all the binaries using gpg ++------------- + + [[6]] Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example After the vote has passed, move the files from dist dev to dist release: svn mv https://dist.apache.org/repos/dist/dev/incubator/helix/version to https://dist.apache.org/repos/dist/release/incubator/helix/ - [[6]] Prepare release note. Add a page in src/site/apt/releasenotes/ and change value of \ in parent pom. + [[7]] Prepare release note. Add a page in src/site/apt/releasenotes/ and change value of \ in parent pom. - [[7]] Send out an announcement of the release to: + [[8]] Send out an announcement of the release to: * users@helix.incubator.apache.org * dev@helix.incubator.apache.org - [[8]] Celebrate ! + [[9]] Celebrate ! - [[9]] Validating the release -+------------- - * Download sources, extract, build and run tests - mvn clean package - * Verify license headers - mvn -Prat -DskipTests - * Download binaries and .asc files - * Download release manager's public key - From the KEYS file, get the release manager's public key finger print and run gpg --keyserver pgpkeys.mit.edu --recv-key - * Validate authenticity of key - run gpg --fingerprint - * Check signatures of all the binaries using gpg -+-------------