You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/04/07 23:19:05 UTC

svn commit: r1671955 - in /aurora/site: publish/downloads/index.html source/downloads.html.md

Author: wfarner
Date: Tue Apr  7 21:19:04 2015
New Revision: 1671955

URL: http://svn.apache.org/r1671955
Log:
AURORA-1255: Updated Aurora download links to use mirros and archive locations.

Modified:
    aurora/site/publish/downloads/index.html
    aurora/site/source/downloads.html.md

Modified: aurora/site/publish/downloads/index.html
URL: http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1671955&r1=1671954&r2=1671955&view=diff
==============================================================================
--- aurora/site/publish/downloads/index.html (original)
+++ aurora/site/publish/downloads/index.html Tue Apr  7 21:19:04 2015
@@ -38,26 +38,31 @@
   	  	<div class="container content">
           <h1 id="download-aurora">Download Aurora</h1>
 
+<!---
+  NOTE: current releases should use a mirrored URL (www.apache.org/dyn/...),
+  previous releases should live in the archive.
+--->
+
 <h2 id="current-release">Current Release</h2>
 
-<p>The current released version is <em>0.7.0-incubating</em>. <a href="https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz">(.tar.gz)</a>
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.md5">(md5)</a>
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.sha">(sha)</a> 
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.asc">(sig)</a></p>
+<p>The current released version is <em>0.7.0-incubating</em>. <a href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz">(tar.gz)</a>
+<a href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.md5">(md5)</a>
+<a href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.sha">(sha)</a> 
+<a href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.asc">(sig)</a></p>
 
 <p>To quickly get started, we reccomend using Vagrant and following the <a href="/documentation/latest/vagrant/">Getting Started guide</a>.</p>
 
 <h2 id="previous-releases">Previous Releases</h2>
 
-<p><em>0.6.0-incubating</em>. <a href="https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz">(.tar.gz)</a>
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5">(md5)</a>
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.sha">(sha)</a> 
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.asc">(sig)</a></p>
-
-<p><em>0.5.0-incubating</em> <a href="https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz">(.tar.gz)</a>
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.md5">(md5)</a>
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.sha">(sha)</a> 
-<a href="https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.asc">(sig)</a></p>
+<p><em>0.6.0-incubating</em>. <a href="https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz">(tar.gz)</a>
+<a href="https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5">(md5)</a>
+<a href="https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.sha">(sha)</a> 
+<a href="https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.asc">(sig)</a></p>
+
+<p><em>0.5.0-incubating</em> <a href="https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz">(tar.gz)</a>
+<a href="https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.md5">(md5)</a>
+<a href="https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.sha">(sha)</a> 
+<a href="https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.asc">(sig)</a></p>
 
 <h2 id="git">Git</h2>
 

Modified: aurora/site/source/downloads.html.md
URL: http://svn.apache.org/viewvc/aurora/site/source/downloads.html.md?rev=1671955&r1=1671954&r2=1671955&view=diff
==============================================================================
--- aurora/site/source/downloads.html.md (original)
+++ aurora/site/source/downloads.html.md Tue Apr  7 21:19:04 2015
@@ -1,24 +1,28 @@
 # Download Aurora
 
+<!---
+  NOTE: current releases should use a mirrored URL (www.apache.org/dyn/...),
+  previous releases should live in the archive.
+--->
 ## Current Release
 
-The current released version is *0.7.0-incubating*. [(.tar.gz)](https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz)
-[(md5)](https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.md5)
-[(sha)](https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.sha) 
-[(sig)](https://dist.apache.org/repos/dist/release/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.asc)
+The current released version is *0.7.0-incubating*. [(tar.gz)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz)
+[(md5)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.md5)
+[(sha)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.sha) 
+[(sig)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.7.0/apache-aurora-0.7.0-incubating.tar.gz.asc)
 
 To quickly get started, we reccomend using Vagrant and following the [Getting Started guide](/documentation/latest/vagrant/).
 
 ## Previous Releases
-*0.6.0-incubating*. [(.tar.gz)](https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz)
-[(md5)](https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5)
-[(sha)](https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.sha) 
-[(sig)](https://dist.apache.org/repos/dist/release/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.asc)
-
-*0.5.0-incubating* [(.tar.gz)](https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz)
-[(md5)](https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.md5)
-[(sha)](https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.sha) 
-[(sig)](https://dist.apache.org/repos/dist/release/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.asc)
+*0.6.0-incubating*. [(tar.gz)](https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz)
+[(md5)](https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5)
+[(sha)](https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.sha) 
+[(sig)](https://archive.apache.org/dist/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.asc)
+
+*0.5.0-incubating* [(tar.gz)](https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz)
+[(md5)](https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.md5)
+[(sha)](https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.sha) 
+[(sig)](https://archive.apache.org/dist/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.asc)
 
 ## Git