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 NigelDaley:
http://wiki.apache.org/lucene-hadoop/HowToRelease

------------------------------------------------------------------------------
  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.
+       1. Copy release files to the distribution directory and make them 
writable by the lucene group.
                  {{{
  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
+ cd /www/www.apache.org/dist/lucene/hadoop/
+ chgrp -R lucene hadoop-X.Y.Z
+ chmod -R g+w 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.
                  {{{

Reply via email to