Author: mcaisse
Date: Fri Aug 29 16:21:54 2008
New Revision: 690419
URL: http://svn.apache.org/viewvc?rev=690419&view=rev
Log:
Modifications to site section.
Modified:
db/jdo/HowToReleaseJDO.html
Modified: db/jdo/HowToReleaseJDO.html
URL: http://svn.apache.org/viewvc/db/jdo/HowToReleaseJDO.html?rev=690419&r1=690418&r2=690419&view=diff
==============================================================================
--- db/jdo/HowToReleaseJDO.html (original)
+++ db/jdo/HowToReleaseJDO.html Fri Aug 29 16:21:54 2008
@@ -208,7 +208,7 @@
<pre>
ssh people.apache.org
cp -r public_html/dist/db /www/www.apache.org
-cp -r public_html/dist/m1-ibiblio-rsync-repository /www/people.apache.org/repo
+cp -r public_html/dist/m1-ibiblio-rsync-repository/* /www/people.apache.org/repo/m1-ibiblio-rsync-repository
</pre>
NOTE!! Be sure that there is no slash at the end of the directory you are copying from; otherwise
the files will be put in the wrong target directory.
</LI>
@@ -229,7 +229,7 @@
<OL>
<LI>Update the Apache JDO web site to point the downloads page to the release.
<OL>
- <LI>In site/xdocs/releases create release-2.n.html.</LI>
+ <LI>In site/docs/releases create release-2.n.html. Edit the release numbers</LI>
<LI>In site/docs/releases create release-2.n.cgi. The .cgi file contents are identical
to the other .cgi files in the release directory; only the file name differs.</LI>
<LI>Edit site/xdocs/downloads.xml to link to the new release page .cgi document.</LI>
<LI>Build and test as described in the site/HOWTO document. </LI>
@@ -237,8 +237,8 @@
<pre>
svn add xdocs/releases/release-2.n.html
svn add docs/releases/release-2.n.html
+svn add xocs/releases/release-2.n.cgi
svn add docs/releases/release-2.n.cgi
-svn commit
</pre>
</LI>
<LI>Set the svn properties svn:eol-style to native and svn:executable to true for
the .cgi files.</LI>
@@ -247,7 +247,6 @@
<LI>Change the link to RunRules on the <a href="http://db.apache.org/jdo/tck.html">TCK</a>
page to link to the RunRules.html file of the latest release.
</LI>
<LI>Update the news list on the site home page to announce the new release.
-Build, test, and push as described in HOWTO.
</LI>
<LI>Add the javadoc for the release to the site.
<OL>
@@ -258,7 +257,7 @@
<LI>Edit xdocs/javadoc.xml and add links to the new javadoc.</LI>
</OL>
</LI>
-<LI> Follow the instructions in site/HOWTO to push the site changes to the Apache web
site.</LI>
+<LI> Build and test. Follow the instructions in site/HOWTO to push the site changes
to the Apache web site.</LI>
</OL>
<a name="next"></a><h2>Preparation for the next release</h2>
In trunk, update version numbers for the next spec or major release. See the instruction
under <a href="#version">Detailed process steps</a>.
|