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: remove archive instructions, since automatic archives are at archive.apache.org ------------------------------------------------------------------------------ 1. Copy release files to the distribution directory. {{{ssh people.apache.org mkdir /www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z}}} {{{scp -p hadoop-X.Y.Z.tar.gz* people.apache.org:/www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z}}} - 1. Archive old releases so that the top level release directory contains just two releases, the most recent from two branches, with a link named 'stable' to the most recent recommended version. + 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/}}} - {{{mv hadoop-A.B.C archive; rm stable; ln -s hadoop-A.B.D stable}}} + {{{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}}}