Author: cbrisson
Date: Thu Jan 26 03:28:44 2017
New Revision: 1780325

URL: http://svn.apache.org/viewvc?rev=1780325&view=rev
Log:
[site] remove assembly + little fix (prod)

Modified:
    velocity/site/production/release-process.html

Modified: velocity/site/production/release-process.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/release-process.html?rev=1780325&r1=1780324&r2=1780325&view=diff
==============================================================================
--- velocity/site/production/release-process.html (original)
+++ velocity/site/production/release-process.html Thu Jan 26 03:28:44 2017
@@ -333,7 +333,7 @@ you are preparing the release and type:<
 </pre></div>
 
 
-<p>The plugin interactively will ask you the version to release, the 
Subversion tag to use and the next snapshot version. It is reccomended to use 
the tag: <code>velocity-engine-parent-X.X.X</code> (the default).</p>
+<p>The plugin interactively will ask you the version to release, the 
Subversion tag to use and the next snapshot version. Rather than 
<code>velocity-engine-parent-X.X</code> (the default), we tend to use X.X for 
the tag name.</p>
 </li>
 <li>
 <p>Perform the Release</p>
@@ -361,45 +361,7 @@ you are preparing the release and type:<
 <p>Pay particular attention to the existence of *.asc (signature) files.</p>
 <p>If you don't like the content of the repository, right click your 
repository and choose "Drop".</p>
 <p>You can then rollback your release and repeat the process.</p>
-<p>Note the repository URL, you will need this in your vote email.</p>
-</li>
-<li>
-<p>Digest and upload assemblies</p>
-<ul>
-<li>
-<p>Go into the release assembly target directory:</p>
-<div class="codehilite"><pre>cd target/checkout/assembly/target/assembly/out
-</pre></div>
-
-
-</li>
-<li>
-<p>Create MD5 and SHA1 files for each files (including ASC files). You can do 
it with this simple shell script:</p>
-<table class="codehilitetable"><tr><td class="linenos"><div 
class="linenodiv"><pre>1
-2
-3
-4
-5
-6
-7</pre></div></td><td class="code"><div class="codehilite"><pre><span 
class="ch">#!/bin/sh</span>
-
-<span class="k">for</span> fileitem in *
-<span class="k">do</span>
-  openssl md5 &lt; <span class="nv">$f</span>ileitem &gt; <span 
class="nv">$f</span>ileitem.md5
-  openssl sha1 &lt; <span class="nv">$f</span>ileitem &gt; <span 
class="nv">$f</span>ileitem.sha1
-<span class="k">done</span>
-</pre></div>
-</td></tr></table>
-
-</li>
-<li>
-<p>Upload everything to the build site:</p>
-<div class="codehilite"><pre>scp * 
u...@people.apache.org:/www/people.apache.org/builds/velocity-engine-parent/<span
 class="cp">${</span><span class="n">version</span><span class="cp">}</span>
-</pre></div>
-
-
-</li>
-</ul>
+<p>Note the repository URL, you will need this in your vote email.    </p>
 </li>
 <li>
 <p>Release the JIRA version</p>
@@ -487,18 +449,6 @@ Everyone who has tested the build is inv
 <p>Next click on "Repositories", select the "Releases" repository and validate 
that your artifacts exist as you expect them.</p>
 <ul>
 <li>
-<p>Move assemblies</p>
-<p>Move assemblies to the Apache distribution mirrors:</p>
-<div class="codehilite"><pre>ssh u...@people.apache.org
-
-cd /www/people.apache.org/builds/velocity/<span class="cp">${</span><span 
class="n">version</span><span class="cp">}</span>
-mkdir /www/www.apache.org/dist/velocity/v<span class="cp">${</span><span 
class="n">version</span><span class="cp">}</span>/
-cp * /www/www.apache.org/dist/velocity/v<span class="cp">${</span><span 
class="n">version</span><span class="cp">}</span>/
-</pre></div>
-
-
-</li>
-<li>
 <p>Update the site</p>
 <p>Wait 24 hours to let the mirror sync to the release and then update the 
site. In particular you have to update the index and the download pages:</p>
 <div 
class="codehilite"><pre>https://svn.apache.org/repos/asf/velocity/site/site/xdoc/download.xml


Reply via email to