Dear Wiki user,

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

The following page has been changed by DougCutting:
http://wiki.apache.org/lucene-hadoop/HowToRelease

The comment on the change is:
don't tag until after the vote has passed

------------------------------------------------------------------------------
        1. Build the release & run unit tests.  Note that releases are normally 
built on 32-bit Linux, so that they include the native code for that platform.  
Also, folks who build releases should install eclipse, so that the eclipse 
plugin can be included in releases, pre-compiled.
                 {{{ant -Dversion=X.Y.Z -Dcompile.native=true 
-Dcompile.c++=true -Declipse.home=/usr/lib/eclipse clean tar test}}}
        1. Check that release file looks ok - e.g. install it and run examples 
from tutorial.
-       1. Tag the release:
-               {{{svn copy 
https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y \}}}         
            
{{{https://svn.apache.org/repos/asf/lucene/hadoop/tags/release-X.Y.Z -m "Hadoop 
X.Y.Z release." }}}
          1. Generate the MD5 checksum of the release file.
                  {{{md5sum hadoop-X.Y.Z.tar.gz > hadoop-X.Y.Z.tar.gz.md5}}}
        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).
@@ -40, +38 @@

  
  = Publishing =
  Once [http://www.apache.org/foundation/voting.html#ReleaseVotes three PMC 
members have voted for a release], it may be published.
+       1. Tag the release:
+               {{{svn copy 
https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y \}}}         
            
{{{https://svn.apache.org/repos/asf/lucene/hadoop/tags/release-X.Y.Z -m "Hadoop 
X.Y.Z release." }}}
        1. Copy release files to the distribution directory.
                  {{{
  ssh people.apache.org

Reply via email to