Author: buildbot
Date: Thu Oct 18 19:51:29 2018
New Revision: 1036386

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 19:51:29 2018
@@ -1 +1 @@
-1844264
+1844281

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 
19:51:29 2018
@@ -292,10 +292,6 @@ tar -czf 1.0-rc1.tar.gz 1.0-rc1/
 
 </li>
 </ol>
-<p><strong>If your local OS userid doesn't match your Apache userid, then
-you'll have to also override the value provided by the OS to Maven for the
-site-deploy step to work.  This is known to work for Linux, but not for Mac
-and unknown for Windows.</strong></p>
 </li>
 <li>
 <p>Verify the release artifacts:</p>
@@ -309,11 +305,12 @@ and unknown for Windows.</strong></p>
  <code>sources</code>, and <code>tests</code> jars, as well as 
<code>pom</code>s, ... have <code>.asc</code> (GPG signature) and 
<code>.md5</code>
  files (see <a href="http://people.apache.org/~henkp/repo/faq.html";>Repository 
FAQ</a> and <a 
href="http://www.apache.org/dev/release-signing.html#openpgp-ascii-detach-sig";>Detached
 Signatures</a>). The <code>source-release.zip</code> of 
<code>bval-parent</code>
  should likewise have signature and checksum files.</li>
-<li><em>Optional:</em> It's nice at this point to delete the "signature 
checksum" files from the staging repo:
- <code>*.asc.sha1</code> <code>*.asc.md5</code>. If you choose to do so, 
proceed carefully as you don't want to delete
- the wrong ones.</li>
 </ol>
 </li>
+<li>Upload the source artifacts to the dev dist area at
+     <code>https://dist.apache.org/repos/dist/dev/bval/source</code>.</li>
+<li>Check out the newly created tag and build the site using <code>mvn 
post-site</code>.</li>
+<li>Commit the contents of <code>target/staging</code> to 
https://dist.apache.org/repos/dist/dev/bval/<version-RCn>/site/</li>
 <li>Close the nexus staging repo:<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>
@@ -343,12 +340,9 @@ https://repository.apache.org/content/re
 Source release:
 https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1 (r9999)
 
-Site:
+Generated site:
 https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1/site/index.html
 
-RAT report:
-https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1/site/rat-report.html
-
 PGP release keys:
 http://www.apache.org/dist/bval/KEYS
 


Reply via email to