Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "HowToCommit" page has been changed by thomasjungblut: http://wiki.apache.org/hama/HowToCommit?action=diff&rev1=4&rev2=5 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. + + {{{ + wget <SOME URL>/hama-0.x.0-incubating.tar.gz.asc + }}} + + 2. Import the committers keys + + {{{ + 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 + + {{{ + 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. +