You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/08 23:13:43 UTC

[Pig Wiki] Update of "HowToRelease" by AlanGates

Dear Wiki user,

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

The following page has been changed by AlanGates:
http://wiki.apache.org/pig/HowToRelease

------------------------------------------------------------------------------
  }}}
   6. Update the documentation links in author/src/documentation/content/xdocs/index.xml.
   7. Update the release news in author/src/documentation/content/xdocs/releases.xml.
+  8. Copy in the release specific documentation {{{
+     cd publish
+     mkdir docs/rX.Y.Z
+     cp -pr <releasebuilddir>/build/docs/* publish/docs/rX.Y.Z/
+     svn add publish/docs/rX.Y.Z
+ }}}
-  8. Regenerate the site, review it and commit in HowToCommit.
+  9. Regenerate the site, review it and commit in HowToCommit.
-  9. Deploy your site changes.{{{
+  10. Deploy your site changes.{{{
  ssh people.apache.org
  cd /www/hadoop.apache.org/pig
  svn up
  }}}
+  10. Wait until you see your changes reflected on the Apache web site.
-  10. Send announcements to the user and developer lists as well as (`announce@haoop.apache.org`) once the site changes are visible. {{{
+  11. Send announcements to the user and developer lists as well as (`announce@haoop.apache.org`) once the site changes are visible. {{{
  Pig  team is happy to announce Pig X.Y.Z release. 
  
  Pig is Hadoop subproject which provides high-level data-flow language and execution framework for parallel computation on Hadoop clusters.