You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2016/05/19 09:41:56 UTC

svn commit: r988601 - in /websites/staging/ace/trunk/content: ./ docs/release-guide.html downloads.html

Author: buildbot
Date: Thu May 19 09:41:56 2016
New Revision: 988601

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/docs/release-guide.html
    websites/staging/ace/trunk/content/downloads.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 19 09:41:56 2016
@@ -1 +1 @@
-1743833
+1744545

Modified: websites/staging/ace/trunk/content/docs/release-guide.html
==============================================================================
--- websites/staging/ace/trunk/content/docs/release-guide.html (original)
+++ websites/staging/ace/trunk/content/docs/release-guide.html Thu May 19 09:41:56 2016
@@ -101,10 +101,21 @@
       <p><a href="/"><i class='icon-home'></i> Home</a>&nbsp;&raquo&nbsp;<a href="/docs/">Docs</a></p>
       <h1>Release Guide</h1>
       <div class="clear"></div>
-      <div id="content"><p>Apache ACE is an open source project, and as such its only official releases are source
+      <div id="content"><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>Apache ACE is an open source project, and as such its only official releases are source
 releases. For convenience we also provide binaries. This document describes how to do a
 source release. It is based on the <a href="http://www.apache.org/dev/release.html">Release FAQ</a>.</p>
-<h2 id="prerequisites">Prerequisites</h2>
+<h2 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites" title="Permanent link">&para;</a></h2>
 <p>To create a release you <em>must</em>:</p>
 <ul>
 <li>Be a committer in the Apache ACE project;</li>
@@ -124,7 +135,7 @@ source release. It is based on the <a hr
 </pre></div>
 
 
-<h2 id="staging-a-release-candidate">Staging a release candidate</h2>
+<h2 id="staging-a-release-candidate">Staging a release candidate<a class="headerlink" href="#staging-a-release-candidate" title="Permanent link">&para;</a></h2>
 <p>Staging a release starts by checking out a tagged version of the sources:</p>
 <div class="codehilite"><pre><span class="nv">$ </span>svn co https://svn.apache.org/repos/asf/ace/releases/X.Y.Z ace-X.Y.Z
 </pre></div>
@@ -150,7 +161,7 @@ using "svnpubsub" which is taken care of
 </pre></div>
 
 
-<h2 id="voting-on-the-release">Voting on the release</h2>
+<h2 id="voting-on-the-release">Voting on the release<a class="headerlink" href="#voting-on-the-release" title="Permanent link">&para;</a></h2>
 <p>Start a vote on the dev@ace.apache.org list, for example (be sure to replace
 <tt>X.Y.Z</tt> with the <em>correct</em> version!):</p>
 <div class="codehilite"><pre><span class="n">To</span><span class="p">:</span> &quot;<span class="n">Apache</span> <span class="n">ACE</span> <span class="n">developers</span> <span class="n">list</span>&quot; <span class="o">&lt;</span><span class="n">dev</span><span class="p">@</span><span class="n">ace</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">&gt;</span>
@@ -202,7 +213,7 @@ page</a>.</p>
 
 <p>And, depending on the result, continue with either promoting or cancelling the release
 below.</p>
-<h2 id="promoting-the-release">Promoting the release</h2>
+<h2 id="promoting-the-release">Promoting the release<a class="headerlink" href="#promoting-the-release" title="Permanent link">&para;</a></h2>
 <p>Move the artifacts from the development area to the final release location at
 <tt>https://dist.apache.org/repos/dist/release/ace</tt> by invoking the following target:</p>
 <div class="codehilite"><pre><span class="nv">$ </span>ant promote-to-release
@@ -226,8 +237,9 @@ trunk/cnf/releaserepo based on the relea
 latest one).</p>
 <p>Please also make sure that old releases are removed from
 https://dist.apache.org/repos/dist/release/ace (the ant task does not do that yet).  Leave
-the KEYS file in place.</p>
-<h2 id="cancelling-the-release">Cancelling the release</h2>
+the KEYS file in place. Take a look at http://www.apache.org/dev/release.html#when-to-archive
+for more information about this.</p>
+<h2 id="cancelling-the-release">Cancelling the release<a class="headerlink" href="#cancelling-the-release" title="Permanent link">&para;</a></h2>
 <p>Remove the artifacts from the development area:</p>
 <div class="codehilite"><pre><span class="nv">$ </span>ant delete-from-staging
 </pre></div>

Modified: websites/staging/ace/trunk/content/downloads.html
==============================================================================
--- websites/staging/ace/trunk/content/downloads.html (original)
+++ websites/staging/ace/trunk/content/downloads.html Thu May 19 09:41:56 2016
@@ -112,7 +112,7 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<p>To get the latest development snapshot of Apache ACE, you can check out the sources and build ACE yourself. Otherwise, the releases below are available for download. To install, just download and extract. These <a href="https://svn.apache.org/repos/asf/ace/trunk/KEYS">KEYS</a> can be used to verify the release archive.</p>
+<p>To get the latest development snapshot of Apache ACE, you can check out the sources and build ACE yourself. Otherwise, the releases below are available for download. To install, just download and extract. These <a href="https://www.apache.org/dist/ace/KEYS">KEYS</a> can be used to verify the release archive.</p>
 <p>All Apache ACE products are distributed under the terms of The Apache Software License (version 2.0). See our license page, or the LICENSE file included in each distribution.</p>
 <h2 id="mirrors">Mirrors<a class="headerlink" href="#mirrors" title="Permanent link">&para;</a></h2>
 <p>Use the links below to download binary or source distributions of Apache ACE from one of our mirrors. The links will automatically pick the mirror closest to you.</p>
@@ -130,17 +130,17 @@ h2:hover > .headerlink, h3:hover > .head
 <tr>
 <td>Sourcecode</td>
 <td>2.1.0</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip">archive</a> (<a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip.asc">asc</a> <a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip.md5">md5</a> <a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip.sha">sha</a>)</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip">archive</a> (<a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip.asc">asc</a> <a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip.md5">md5</a> <a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-src.zip.sha">sha</a>)</td>
 </tr>
 <tr>
 <td>Dependencies</td>
 <td>2.1.0</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip">archive</a> (<a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip.asc">asc</a> <a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip.md5">md5</a> <a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip.sha">sha</a>)</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip">archive</a> (<a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip.asc">asc</a> <a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip.md5">md5</a> <a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-deps.zip.sha">sha</a>)</td>
 </tr>
 <tr>
 <td>Binaries</td>
 <td>2.1.0</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip">archive</a> (<a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip.asc">asc</a> <a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip.md5">md5</a> <a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip.sha">sha</a>)</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip">archive</a> (<a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip.asc">asc</a> <a href="https://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip.md5">md5</a> <a href="htthttps://www.apache.org/dist/ace/apache-ace-2.1.0/apache-ace-2.1.0-bin.zip.sha">sha</a>)</td>
 </tr>
 </tbody>
 </table>