Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Release_HOWTO" page has been changed by SebastianNagel: https://wiki.apache.org/nutch/Release_HOWTO?action=diff&rev1=59&rev2=60 Comment: Release packages must be signed using sha512 signature 1. Push it to the remote host. {{{git push origin release-X}}} 1. run the ant targets for '''zip-bin''', '''tar-bin''', '''zip-src''' and '''tar-src''' (if releasing trunk) and only the latter two if releasing 2.X (this is because 2.x is only released as source). The generated artifacts can be found in $NUTCH_HOME/dist. - 1. Sign it all of the generated artifacts - [[http://www.apache.org/dev/release-signing.html|Step-By-Step Guide to Signing Releases]] ' - Consider using [[http://github.com/chrismattmann/apachestuff|Chris Mattmann's Apache Utility Scripts]]. + 1. Sign it all of the generated artifacts - [[http://www.apache.org/dev/release-signing.html|Step-By-Step Guide to Signing Releases]] ' - Consider using [[http://github.com/chrismattmann/apachestuff|Chris Mattmann's Apache Utility Scripts]]. After the signing each release package must be accompanied by the *.asc and the *.sha512 signature file. 1. Check out the release management area at https://dist.apache.org/repos/dist/dev/nutch/{release.version} and copy all artifacts and the CHANGES.txt to here then commit this. 1. Make sure your pgp key is listed in the Nutch KEYS file located at http://www.apache.org/dist/nutch/KEYS or better yet, use https://id.apache.org/ and add your PGP there, and it will then appear in [[https://people.apache.org/keys/group/nutch.asc|Apache Nutch's Automatically Generated Keys]] 1. Create and open a VOTE thread on user@ and [email protected]. The VOTE must pass with 3 +1 binding VOTE's before any release can take place. A VOTE thread usually takes the form @@ -52, +52 @@ (select tag from options below) https://git-wip-us.apache.org/repos/asf?p=nutch.git;a=tags - The SHA1 checksum of the archive is + The SHA512 checksum of the archive is <<<fill in>>> In addition, a staged maven repository is available here:

