You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2014/12/18 21:28:22 UTC

[math] Added the command to check Git tag GPG signature

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 <lu...@apache.org>
Authored: Thu Dec 18 21:28:04 2014 +0100
Committer: Luc Maisonobe <lu...@apache.org>
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 "<properties>" 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/