Author: buildbot
Date: Thu Oct 18 20:27:47 2018
New Revision: 1036387

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 Thu Oct 18 20:27:47 2018
@@ -1 +1 @@
-1844281
+1844284

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 Thu Oct 18 
20:27:47 2018
@@ -406,20 +406,15 @@ received (see <a href="#ReleaseProcess-R
 <li>
 <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><code>mvn site-deploy</code> from the tag checkout</li>
 <li>Update the site in the CMS gui and re-publish the site.</li>
+<li>Remove staged site from https://dist.apache.org/repos/dist/dev/bval .</li>
 </ol>
 </li>
 <li>
-<p>Add the distribution artifacts to the distribution area:</p>
-<p>In a checkout of <a 
href="https://dist.apache.org/repos/dist/release/bval";>https://dist.apache.org/repos/dist/release/bval</a>:</p>
-<div class="codehilite"><pre>svn rm <span class="k">${</span><span 
class="nv">previous</span><span class="p">.version</span><span 
class="k">}</span>
-wget -e <span class="nv">robots</span><span class="o">=</span>off -nH 
--cut-dirs<span class="o">=</span>7 -np --no-check-certificate -m -A *.zip*  -R 
.asc.sha1,.asc.md5 
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/<span
 class="k">${</span><span class="nv">project</span><span 
class="p">.version</span><span class="k">}</span>/
-svn add <span class="k">$(</span>project.version<span class="o">}</span>
-svn commit -m <span class="s2">&quot;distribution for 
bval-${project.version}&quot;</span>
-</pre></div>
-
-
+<p>Add the distribution artifacts to the distribution area:
+    Move source archives staged to 
https://dist.apache.org/repos/dist/dev/bval/source to
+    https://dist.apache.org/repos/dist/release/bval . Commit changes in both 
locations.</p>
 </li>
 <li>
 <p>Update the <em>Downloads</em> page of the website to point to the new 
release artifacts:</p>
@@ -455,7 +450,7 @@ The Apache BVal team is pleased to annou
 Apache BVal &lt;version&gt;
 
 Apache BVal delivers an implementation of the Java Bean Validation
-specification 1.0.  The following changes are included in this release:
+specification 2.0.  The following changes are included in this release:
 
 &lt;changelist&gt;
 
@@ -499,11 +494,7 @@ The Apache BVal Team
 </ol>
 </li>
 <li>
-<p>Delete the svn tag created by the <code>release:perform</code> step:</p>
-<div class="codehilite"><pre>svn rm 
https://svn.apache.org/repos/asf/bval/tags/1.0 -m <span 
class="s2">&quot;deleting tag from rolled back release&quot;</span>
-</pre></div>
-
-
+<p>Delete the git tag created by the <code>release:perform</code> step.</p>
 </li>
 <li>
 <p>Drop the nexus staging repo:</p>
@@ -514,18 +505,8 @@ The Apache BVal Team
 <li>Right click on the closed <code>org.apache.bval-XXX</code> staging repo 
and select <strong>Drop</strong>.</li>
 </ol>
 </li>
-<li>
-<p>Remove the staged site:</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 
-<span class="nb">cd</span> ~/public_html/bval
-rm -fr <span class="k">${</span><span class="nv">project</span><span 
class="p">.version</span><span class="k">}</span>
-</pre></div>
-
-
-</li>
-<li>
-<p>Make the required updates that caused the vote to be canceled.</p>
-</li>
+<li>Remove the staged site from the dev dist repo.</li>
+<li>Make the required updates that caused the vote to be canceled.</li>
 <li>Spin another release candidate!</li>
 </ol>
 <p><a name="ReleaseProcess-Verifyingreleasesignatures"></a></p>


Reply via email to