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:
remember to change group of updated docs from release
------------------------------------------------------------------------------
1. Deploy new Hadoop site.
{{{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
+ {{{
- {{{tar xvf /www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z/hadoop-0.12.1.tar.gz
*/docs/api}}}
+ 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; rm -r /www/lucene.apache.org/hadoop/api/}}}
- {{{cp -r hadoop-X.Y.Z/docs/ /www/lucene.apache.org/hadoop/; rm -r hadoop-X.Y.Z}}}
+ chmod -R 775 hadoop-X.Y.Z
+ chgrp -R lucene hadoop-X.Y.Z
+ rm -r /www/lucene.apache.org/hadoop/api/
+ cp -r hadoop-X.Y.Z/docs/ /www/lucene.apache.org/hadoop/
+ rm -r hadoop-X.Y.Z
+ }}}
1. Send announcements to the user and developer lists.
1. In Jira, close issues resolved in the release. (You need to be in the ''hadoop-admin''
group to do this.) Disable mail notifications for this bulk change.
|