Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
mvn clean install package gpg:sign

Verify Release

To verify a release, which is normally done by the committers, you can do the following:

  1. Download the RC's package asc, the url must be given by the release manager starting the vote thread.
No Format

wget <SOME URL>/hama-0.x.0-incubating.tar.gz.asc 

2. Import the committers keys

No Format

wget http://incubator.apache.org/hama/KEYS
gpg --import http://incubator.apache.org/hama/KEYS

Note that the last argument after import is a file, not a url.

3. Verify

No Format

gpg --verify hama-0.x.0-incubating.tar.gz.asc

If everything is correctly verified, you have to post the result on the vote thread while casting your vote.