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 LewisJohnMcgibbney:
https://wiki.apache.org/nutch/Release_HOWTO?action=diff&rev1=43&rev2=44

          1. If you do svn status, you will see that a pom.xml has been 
created. Delete this. It is not required and just confuses users.
        1. Tag it. 
                {{{svn copy https://svn.apache.org/repos/asf/nutch/trunk }}}    
                {{{https://svn.apache.org/repos/asf/nutch/tags/release-X.Y-rcN 
-m "Nutch X.Y release." }}}      
-       1. run the ant targets for '''zip-bin''', '''zip-src''' (if releasing 
trunk) and only the latter one 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. 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. Check out the release management area at 
https://dist.apache.org/repos/dist/dev/nutch/{release.version} and copy all 
artifacts 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]]

Reply via email to