Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "HowToRelease" page has been changed by edwardyoon: https://wiki.apache.org/hama/HowToRelease?action=diff&rev1=28&rev2=29 Before release, a branch should have been be created for that release in the form ''<major>.<minor>''. For example: - {{{ + {{{ svn copy https://svn.apache.org/repos/asf/hama/trunk https://svn.apache.org/repos/asf/hama/branches/0.2 }}} @@ -32, +32 @@ {{{ mvn release:prepare }}} - If you are NOT first time, {{{ mvn release:rollback }}}. + If you need to rollback the release, {{{ mvn release:rollback }}}. 3. Digitally sign the distribution hama-X.X.X.tar.gz. @@ -42, +42 @@ {{{ md5sum hama-x.x.x.tar.gz > hama-x.x.x.tar.gz.md5 sha1sum hama-x.x.x.tar.gz > hama-x.x.x.tar.gz.sha1 + }}} + + 4. Put the release candidate somewhere people can test it on different platforms + + {{{ + scp dist/target/** [email protected]:/home/edwardyoon/public_html/dist/0.6.1-RC3 }}} == Voting ==
