You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/02 16:28:07 UTC

[Solr Wiki] Update of "HowToRelease" by GrantIngersoll

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by GrantIngersoll:
http://wiki.apache.org/solr/HowToRelease

------------------------------------------------------------------------------
  		 {{{ant -Dversion=X.Y.M -Dspecversion=X.Y.M package}}}
  	1. Check that release tgz/zip files looks ok - e.g. uncompress them, run example, work through the steps of the tutorial, ensure that the javadocs are readable, etc... 
  	1. Sign the release (see [http://www.apache.org/dev/mirror-step-by-step.html?Step-By-Step Step-By-Step Guide to Mirroring Releases] for more information).
-                 {{{gpg --armor --output dist/apache-solr-X.Y.M.tgz.asc --detach-sig dist/apache-solr-X.Y.M.tgz}}}
+                 * {{{gpg --armor --output dist/apache-solr-X.Y.M.tgz.asc --detach-sig dist/apache-solr-X.Y.M.tgz}}}
- 	        {{{gpg --armor --output dist/apache-solr-X.Y.M.zip.asc --detach-sig dist/apache-solr-X.Y.M.zip}}}
+ 	        * {{{gpg --armor --output dist/apache-solr-X.Y.M.zip.asc --detach-sig dist/apache-solr-X.Y.M.zip}}}
          1. Produce one or more release candidates using the steps outlined here, up to the point of actually tagging the release and distributing it.  Ask on solr-dev for reviewers of the release candidates.  When a consensus emerges, build the final release candidate and call a vote.  3 +1 Lucene PMC votes are required for release. A Hudson job has been setup to help in creating and hosting Solr Release Candidates (named: "Solr Release Candidate").  Note the Hudson job does not do the signing required in the previous step, so the final release (at least) will need the signing step.
  	1. Tag the release: {{{
  svn copy https://svn.apache.org/repos/asf/lucene/solr/branches/branch-X.Y \