Dear Wiki user,

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

The "HowToRelease" page has been changed by DougCutting:
http://wiki.apache.org/hadoop/HowToRelease?action=diff&rev1=82&rev2=83

Comment:
updating release documentation for svnpubsub

  ant -Dforrest.home=/usr/local/forrest -Djava5.home=/usr/local/jdk1.5 update
  svn commit -m "Updated site front page for release X.Y.Z."
  }}}
-       1. Deploy your site changes. {{{
+       1. Publish the new release docs, by doing the following: {{{
  ssh people.apache.org
+ svn co --depth immediates 
https://svn.apache.org:/repos/asf/hadoop/common/site/main/publish/docs/
+ cd docs
- cd /www/hadoop.apache.org/
- svn up
- }}}
-       1. Copy the new release docs to 
{{{people.apache.org:/www/hadoop.apache.org/docs/rX.Y.Z}}}, by doing the 
following in your home directory on people.apache.org: {{{
- ssh people.apache.org
- tar xvf /www/www.apache.org/dist/hadoop/core/hadoop-X.Y.Z/hadoop-X.Y.Z.tar.gz 
--wildcards '*/docs'
+ tar xzf /www/www.apache.org/dist/hadoop/core/hadoop-X.Y.Z/hadoop-X.Y.Z.tar.gz 
--wildcards '*/doc'
- chmod -R ug=rwX,o=rX hadoop-X.Y.Z
- chgrp -R hadoop hadoop-X.Y.Z
- cp -rp hadoop-X.Y.Z/docs /www/hadoop.apache.org/docs/rX.Y.Z
+ mv hadoop-X.Y.Z/share/doc/hadoop rX.Y.Z
+ svn add rX.Y.Z
+ svn commit -m "Publishing docs for release X.Y.Z."
  rm -r hadoop-X.Y.Z
  }}}
        1. If the {{{docs/current}}} and/or {{{docs/stable}}} links should be 
updated to the new release, do one or both of the following: {{{
  ## update current
- cd /www/hadoop.apache.org/docs/
  rm current
  ln -s rX.Y.Z current
+ svn commit -m "Updating link to current docs."
  
  ## update stable
- cd /www/hadoop.apache.org/docs/
  rm stable
  ln -s rX.Y.Z stable
+ svn commit -m "Updating link to stable docs."
  }}}
          1. Generate the jdiff API data for the new release by, in the branch 
directory, running {{{
  ant -Dversion=X.Y.Z api-xml

Reply via email to