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 OlgaN: http://wiki.apache.org/pig/HowToRelease ------------------------------------------------------------------------------ svn move https://svn.apache.org/repos/asf/hadoop/pig/tags/release-X.Y.Z-rcR \ https://svn.apache.org/repos/asf/hadoop/pig/tags/release-X.Y.Z -m "Pig X.Y.Z release." }}} + 2. Copy release files to the distribution directory and make them writable by the hadoop group.{{{ + ssh people.apache.org + cp -pr public_html/pig-X.Y.Z-candidate-0 /www/www.apache.org/dist/hadoop/pig/pig-X.Y.Z + cd /www/www.apache.org/dist/hadoop/pig + chgrp -R hadoop pig-X.Y.Z + chmod -R g+w pig-X.Y.Z + }}} + 3. 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/hadoop/pig + rm -rf pig-A.B.C; rm stable + ln -s pig-A.B.D stable + }}} + 4. Wait 24 hours for release to propagate to mirrors. + 5. Prepare to edit the website.{{{ + svn co https://svn.apache.org/repos/asf/hadoop/pig/site + }}} + 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. Regenerate the site, review it and commit in HowToCommit. + 9. Deploy your site changes.{{{ + ssh people.apache.org + cd /www/hadoop.apache.org/pig + svn up + }}} + 10. Send announcements to the user and developer lists once the site changes are visible. {{{ + }}} - [TODO finish once we release Pig 0.1.1] + [TODO Need to integrate javadoc into this.] + [TODO Integrate with JIRA]
