Added release validation steps in src/site/apt/releasing.apt Validated this release by following above steps i.e.
* 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> On 5/8/13 4:34 PM, "Santiago Perez" <[email protected]> wrote: >+1 > > >On Wed, May 8, 2013 at 8:28 PM, Kapil Surlaker ><[email protected]>wrote: > >> +1 >> >> >> On Wed, May 8, 2013 at 4:01 PM, Zhen Zhang <[email protected]> wrote: >> >> > +1 >> > >> > >> > On Wed, May 8, 2013 at 3:10 PM, Shi Lu <[email protected]> wrote: >> > >> > > [VOTE] Apache Helix 0.6.1-incubating >> > > >> > > >> > > Hi, >> > > I'd like to release Apache Helix 0.6.1-incubating. >> > > >> > > Release notes: >> > > >> > > >> > >> >>http://helix.incubator.apache.org/releasenotes/release-0.6.1-incubating.h >>tml >> > > >> > > Maven staged release repository: >> > > >>https://repository.apache.org/content/repositories/orgapachehelix-021/ >> > > >> > > Distribution: >> > > * binaries: >> > > >> > > >> > >> >>https://dist.apache.org/repos/dist/dev/incubator/helix/0.6.1-incubating/b >>inaries/ >> > > * sources: >> > > >> > > >> > >> >>https://dist.apache.org/repos/dist/dev/incubator/helix/0.6.1-incubating/s >>rc/ >> > > >> > > KEYS file available here: >> > > https://dist.apache.org/repos/dist/release/incubator/helix/KEYS >> > > >> > > Vote open for 72H >> > > >> > > [+1] >> > > [0] >> > > [-1] >> > > >> > >>
