Author: buildbot
Date: Wed Feb 18 17:35:40 2015
New Revision: 940625

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/developing/releasing.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 18 17:35:40 2015
@@ -1 +1 @@
-1660455
+1660686

Modified: websites/staging/slider/trunk/content/developing/releasing.html
==============================================================================
--- websites/staging/slider/trunk/content/developing/releasing.html (original)
+++ websites/staging/slider/trunk/content/developing/releasing.html Wed Feb 18 
17:35:40 2015
@@ -616,45 +616,47 @@ http://pgp.mit.edu:11371/pks/lookup?op=v
 <p>Publish the release as below:</p>
 <h3 id="grab-the-released-artifacts-from-nexus">Grab the released artifacts 
from Nexus</h3>
 <ol>
+<li>Fetch the files from where released
+ (e.g. <a 
href="https://repository.apache.org/content/groups/public/org/apache/slider/slider-assembly/0.61.0-incubating/";>slider-assembly
 0.61</a></li>
 <li>
 <p>Create a temp directory somewhere</p>
-<div class="codehilite"><pre><span class="n">mkdir</span> <span 
class="n">temp</span>
-<span class="n">cd</span> <span class="n">temp</span>
+<div class="codehilite"><pre><span class="n">mkdir</span> <span 
class="n">publishing</span>
+<span class="n">cd</span> <span class="n">publishing</span>
 </pre></div>
 
 
 <ol>
 <li>
-<p>create a directory, <code>artifacts</code></p>
+<p>create a directory under it: <code>artifacts</code></p>
 <p>mkdir artifacts
 cd artifacts</p>
 </li>
 </ol>
 </li>
 <li>
-<p>Under <code>org/apache/slider/slider-assembly/$SLIDER_RELEASE</code> 
download all but the POM files (or download everything ) into 
<code>artifacts</code></p>
+<p>From  <code>slider-assembly/$SLIDER_RELEASE</code> download all the 
<code>-all</code> files:
+the zip and tar files and their checksums into <code>artifacts</code></p>
 </li>
 <li>Repeat for the source files 
<code>org/apache/slider/slider/$SLIDER_RELEASE</code></li>
 </ol>
-<h3 id="check-out-the-distribution-dir-somewhere">Check out the distribution 
dir somewhere</h3>
-<div class="codehilite"><pre><span class="n">svn</span> <span 
class="n">co</span> <span class="n">https</span><span class="p">:</span><span 
class="o">//</span><span class="n">dist</span><span class="p">.</span><span 
class="n">apache</span><span class="p">.</span><span class="n">org</span><span 
class="o">/</span><span class="n">repos</span><span class="o">/</span><span 
class="n">dist</span><span class="o">/</span><span 
class="n">release</span><span class="o">/</span><span 
class="n">incubator</span><span class="o">/</span><span class="n">slider</span> 
<span class="n">slider</span>
+<h3 id="check-out-the-distribution-dir-under-publishing">Check out the 
distribution dir under <code>publishing</code></h3>
+<div class="codehilite"><pre><span class="n">svn</span> <span 
class="n">co</span> <span class="n">https</span><span class="p">:</span><span 
class="o">//</span><span class="n">dist</span><span class="p">.</span><span 
class="n">apache</span><span class="p">.</span><span class="n">org</span><span 
class="o">/</span><span class="n">repos</span><span class="o">/</span><span 
class="n">dist</span><span class="o">/</span><span 
class="n">release</span><span class="o">/</span><span 
class="n">incubator</span><span class="o">/</span><span class="n">slider</span> 
<span class="n">slider</span><span class="o">-</span><span class="n">dist</span>
 
-<span class="n">cd</span> <span class="n">slider</span>
+<span class="n">cd</span> <span class="n">slider</span><span 
class="o">-</span><span class="n">dist</span>
 </pre></div>
 
 
 <p>Make sure your PGP keys is in the <code>KEYS</code> file. The instructions 
to add a key 
 are at the top of that file</p>
 <p>Then...</p>
-<div class="codehilite"><pre><span class="n">mkdir</span> $<span 
class="n">SLIDER_RELEASE</span> $<span class="n">SLIDER_RELEASE</span><span 
class="o">/</span><span class="n">src</span>
-<span class="n">cd</span> $<span class="n">SLIDER_RELEASE</span><span 
class="o">/</span><span class="n">src</span>
-<span class="n">scp</span> <span class="o">~/</span><span 
class="n">public_html</span><span class="o">/</span>$<span 
class="n">SLIDER_RELEASE</span><span class="o">-</span>$<span 
class="n">RELEASE_RC</span><span class="o">/*</span> <span class="p">.</span>
-<span class="n">cd</span> <span class="p">..</span>
+<div class="codehilite"><pre><span class="n">mv</span> <span 
class="p">.</span><span class="o">./</span><span class="n">artifacts</span> 
$<span class="n">SLIDER_RELEASE</span> 
 <span class="n">svn</span> <span class="n">add</span> $<span 
class="n">SLIDER_RELEASE</span>
-<span class="n">svn</span> <span class="n">commit</span> <span 
class="o">-</span><span class="n">m</span> &quot;<span 
class="n">SLIDER_RELEASE_JIRA</span> <span class="n">Committing</span> <span 
class="n">Release</span> $<span class="n">SLIDER_RELEASE</span>&quot;
+<span class="n">svn</span> <span class="n">commit</span> <span 
class="o">-</span><span class="n">m</span> &quot;$<span 
class="n">SLIDER_RELEASE_JIRA</span> <span class="n">Committing</span> <span 
class="n">Release</span> $<span class="n">SLIDER_RELEASE</span>&quot;
 </pre></div>
 
 
+<p>The commit can take time. In the past it has been rejected due to the size 
of
+the patch...this has now been addressed and should remain so.</p>
 <h3 id="web-site-updates">Web site updates</h3>
 <p>Update the Slider website as needed. Most of the documents would have been 
updated by now to reflect the released version. <em>The remaining changes 
should really be modifying the references to the latest release to the new 
version.</em></p>
 <p>The download details for the latest release needs to be updated after 
mirrors are updated in . </p>


Reply via email to