Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 7FDAB101EB for ; Thu, 18 Dec 2014 20:28:23 +0000 (UTC) Received: (qmail 8976 invoked by uid 500); 18 Dec 2014 20:28:23 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 8913 invoked by uid 500); 18 Dec 2014 20:28:23 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 8904 invoked by uid 99); 18 Dec 2014 20:28:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 20:28:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C4F019CA107; Thu, 18 Dec 2014 20:28:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: luc@apache.org To: commits@commons.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [math] Added the command to check Git tag GPG signature Date: Thu, 18 Dec 2014 20:28:22 +0000 (UTC) Repository: commons-math Updated Branches: refs/heads/master 20c577868 -> 1a9697311 Added the command to check Git tag GPG signature Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1a969731 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1a969731 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/1a969731 Branch: refs/heads/master Commit: 1a969731191b215163681d324acca0c836437c61 Parents: 20c5778 Author: Luc Maisonobe Authored: Thu Dec 18 21:28:04 2014 +0100 Committer: Luc Maisonobe Committed: Thu Dec 18 21:28:04 2014 +0100 ---------------------------------------------------------------------- doc/release/release.howto.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/1a969731/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 74224dc..7823b0d 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -203,12 +203,16 @@ Then, assuming the first candidate, the suffix will be "RC1" (this should be the same as in the "" in the "pom.xml"), and the command will be: - $ git tag -s -m "Creating Commons Math v3.2 RC1 tag." MATH_3_2_RC1 + $ git tag -s -m "Creating Apache Commons Math v3.2 RC1 tag." MATH_3_2_RC1 If you have several GPG keys, you may prefer to use "-u keyId" to select a specific key for signing the tag instead of "-s" which select automatically one key from the configured e-mail address. +Check the tag GPG signature: + + $ git tag -v MATH_3_2_RC1 + Push everything (including the tag!) on the Apache repository: $ git push --tags @@ -316,8 +320,10 @@ Call to vote by sending a message to the "dev" ML with subject "[VOTE][RC1] Release Commons Math 3.2". You can use the following example as a starting point, replacing the URLs with the appropriate ones: ---------- -Tag: +Tag (and how to check its GPG signature): git clone https://git-wip-us.apache.org/repos/asf/commons-math.git --branch MATH_3_2_RC1 + cd commons-math + git tag -v MATH_3_2_RC1 Site: http://people.apache.org/builds/commons/math/3.2/RC1/