You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by sw...@apache.org on 2013/05/09 02:34:27 UTC

[1/2] git commit: added release validation steps

Updated Branches:
  refs/heads/master 55d293d23 -> c8142a2d8


added release validation steps


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/d799a313
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/d799a313
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/d799a313

Branch: refs/heads/master
Commit: d799a3136dd910f1ef3d8a80d8d3382c85946855
Parents: 356fd28
Author: Swaroop Jagadish <sj...@sjagadis-ld.linkedin.biz>
Authored: Wed May 8 17:33:52 2013 -0700
Committer: Swaroop Jagadish <sj...@sjagadis-ld.linkedin.biz>
Committed: Wed May 8 17:33:52 2013 -0700

----------------------------------------------------------------------
 src/site/apt/releasing.apt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/d799a313/src/site/apt/releasing.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releasing.apt b/src/site/apt/releasing.apt
index 7a05a15..2787c18 100644
--- a/src/site/apt/releasing.apt
+++ b/src/site/apt/releasing.apt
@@ -92,3 +92,12 @@ then svn ci
 
  [[8]] 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 <key>
+  * Validate authenticity of key - run  gpg --fingerprint <key>
+  * Check signatures of all the binaries using gpg <binary>
++-------------


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-helix

Posted by sw...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-helix


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/c8142a2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/c8142a2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/c8142a2d

Branch: refs/heads/master
Commit: c8142a2d8d9dc0a46b52fc5b10e65dc3e19f4910
Parents: d799a31 55d293d
Author: Swaroop Jagadish <sj...@sjagadis-ld.linkedin.biz>
Authored: Wed May 8 17:34:11 2013 -0700
Committer: Swaroop Jagadish <sj...@sjagadis-ld.linkedin.biz>
Committed: Wed May 8 17:34:11 2013 -0700

----------------------------------------------------------------------
 .../messaging/handling/HelixTaskExecutor.java      |    2 +-
 .../helix/integration/TestAutoRebalance.java       |   70 +++-
 .../helix/integration/TestMessageThrottle2.java    |  435 +++++++++++++++
 3 files changed, 505 insertions(+), 2 deletions(-)
----------------------------------------------------------------------