You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by bu...@apache.org on 2012/09/22 00:15:16 UTC

svn commit: r832716 - in /websites/staging/bval/trunk/content: ./ release-process.html

Author: buildbot
Date: Fri Sep 21 22:15:15 2012
New Revision: 832716

Log:
Staging update by buildbot for bval

Modified:
    websites/staging/bval/trunk/content/   (props changed)
    websites/staging/bval/trunk/content/release-process.html

Propchange: websites/staging/bval/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 21 22:15:15 2012
@@ -1 +1 @@
-1388703
+1388706

Modified: websites/staging/bval/trunk/content/release-process.html
==============================================================================
--- websites/staging/bval/trunk/content/release-process.html (original)
+++ websites/staging/bval/trunk/content/release-process.html Fri Sep 21 22:15:15 2012
@@ -476,7 +476,9 @@ received (see <a href="#ReleaseProcess-R
 <li>
 <p>Finalizing a release</p>
 <ol>
-<li>Promote the staged nexus artifacts:<ol>
+<li>
+<p>Promote the staged nexus artifacts:</p>
+<ol>
 <li><a href="https://repository.apache.org/index.html">https://repository.apache.org/index.html</a></li>
 <li><strong>Enterprise --&gt; Staging</strong></li>
 <li><strong>Staging tab --&gt; Name column --&gt; org.apache.bval</strong></li>
@@ -484,24 +486,11 @@ received (see <a href="#ReleaseProcess-R
 </ol>
 </li>
 <li>
-<p><em>Pending removal or amendment: site not maven-managed</em> Copy the staged site over to our website area:</p>
-<div class="codehilite"><pre>ssh <span class="k">${</span><span class="nv">user</span><span class="p">.name</span><span class="k">}</span>@people.apache.org 
-mkdir /www/bval.apache.org/<span class="k">${</span><span class="nv">project</span><span class="p">.version</span><span class="k">}</span>
-cp -R ~/public_html/bval/<span class="k">${</span><span class="nv">project</span><span class="p">.version</span><span class="k">}</span>/staging-site/* /www/bval.apache.org/<span class="k">${</span><span class="nv">project</span><span class="p">.version</span><span class="k">}</span>
-<span class="se">\#</span> Make sure all the copied files have g+rw <span class="nb">set </span>and only o+r <span class="nb">set</span>
-<span class="nb">cd</span> /www/bval.apache.org
-find . -user <span class="k">${</span><span class="nv">user</span><span class="p">.name</span><span class="k">}</span> -type f | xargs chmod 664
-find . -user <span class="k">${</span><span class="nv">user</span><span class="p">.name</span><span class="k">}</span> -type d | xargs chmod 775
-</pre></div>
-
-
-</li>
-<li>
-<p>Update the <em>Documentation</em> wiki page to point to the new apidocs:</p>
-<div class="codehilite"><pre>http://bval.apache.org/${project.version}/apidocs/
-</pre></div>
-
-
+<p>Update the generated portion of the website:</p>
+<ol>
+<li>Copy the staged site into <code>content/mvnsite</code> of a site checkout, then commit. (*TODO should really sync rather than just copy)</li>
+<li>Update the site in the CMS gui and re-publish the site.</li>
+</ol>
 </li>
 <li>
 <p>Add the distribution artifacts to the distribution area:</p>
@@ -515,7 +504,7 @@ svn commit -m <span class="s2">&quot;dis
 
 </li>
 <li>
-<p>Update the <em>Downloads</em> wiki page to point to the new release artifacts:</p>
+<p>Update the <em>Downloads</em> page of the website to point to the new release artifacts:</p>
 <div class="codehilite"><pre>http://www.apache.org/dyn/closer.cgi/bval/${project.version}/
 http://repo1.maven.org/maven2/org/apache/bval/${artifactId}/${project.version}/
 </pre></div>