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:
fixed some formatting

------------------------------------------------------------------------------
  = Publishing =
  Once [http://www.apache.org/foundation/voting.html#ReleaseVotes three PMC 
members have voted for a release], it may be published.
        1. Copy release files to the distribution directory.
-                 {{{ssh people.apache.org}}}
+                 {{{
+ ssh people.apache.org
-                 {{{cp -pr public_html/hadoop-X.Y.Z-candidate-0 
/www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z}}}
+ cp -pr public_html/hadoop-X.Y.Z-candidate-0 
/www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z
+ }}}
        1. The release directory usually contains just two releases, the most 
recent from two branches, with a link named 'stable' to the most recent 
recommended version.
-                 {{{ssh people.apache.org; cd 
/www/www.apache.org/dist/lucene/hadoop/}}}
-                 {{{rm -rf hadoop-A.B.C; rm stable; ln -s hadoop-A.B.D 
stable}}}
+                 {{{
+ ssh people.apache.org
+ cd /www/www.apache.org/dist/lucene/hadoop/
+ rm -rf hadoop-A.B.C; rm stable
+ ln -s hadoop-A.B.D stable
+ }}}
        1. Wait 24 hours for release to propagate to mirrors.
        1. Deploy new Hadoop site.
-                 {{{ssh people.apache.org; cd /www/lucene.apache.org/hadoop; 
svn up}}}
+                 {{{
+ ssh people.apache.org
+ cd /www/lucene.apache.org/hadoop
+ svn up
+ }}}
        1. Update Javadoc in 
{{{people.apache.org:/www/lucene.apache.org/hadoop/api}}}, by doing the 
following in your home directory
                  {{{
+ ssh people.apache.org
  tar xvf 
/www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z/hadoop-X.Y.Z.tar.gz 
*/docs/api
  chmod -R 775 hadoop-X.Y.Z
  chgrp -R lucene hadoop-X.Y.Z

Reply via email to