You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2014/12/03 01:17:51 UTC

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

Author: dlester
Date: Wed Dec  3 00:17:50 2014
New Revision: 1643025

URL: http://svn.apache.org/r1643025
Log:
Adds recent 0.6.0 release to Aurora downloads web page.

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

Modified: incubator/aurora/site/publish/downloads/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/downloads/index.html?rev=1643025&r1=1643024&r2=1643025&view=diff
==============================================================================
--- incubator/aurora/site/publish/downloads/index.html (original)
+++ incubator/aurora/site/publish/downloads/index.html Wed Dec  3 00:17:50 2014
@@ -65,18 +65,25 @@
 <!-- /breadcrumb -->
 	
       <div class="container">
-        <h1 id="current-release">Current Release</h1>
+        <h1 id="download-aurora">Download Aurora</h1>
 
-<p>The current released version is <em>0.5.0-incubating</em>. <a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz">(.tar.gz)</a>
+<h2 id="current-release">Current Release</h2>
+
+<p>The current released version is <em>0.6.0-incubating</em>. <a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz">(.tar.gz)</a>
+<a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5">(md5)</a>
+<a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.sha">(sha)</a> 
+<a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.asc">(sig)</a></p>
+
+<p>To quickly get started, we reccomend using Vagrant and following the <a href="http://localhost:4567/documentation/latest/vagrant/">Getting Started guide</a>.</p>
+
+<h2 id="previous-releases">Previous Releases</h2>
+
+<p><em>0.5.0-incubating</em> <a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz">(.tar.gz)</a>
 <a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.md5">(md5)</a>
 <a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.sha">(sha)</a> 
 <a href="https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.asc">(sig)</a></p>
 
-<h1 id="previous-releases">Previous Releases</h1>
-
-<p>There are no previous releases yet.</p>
-
-<h1 id="git">Git</h1>
+<h2 id="git">Git</h2>
 
 <p>The latest code is available in git via:</p>
 <pre class="highlight text">git clone http://git.apache.org/incubator-aurora.git

Modified: incubator/aurora/site/source/downloads.html.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/downloads.html.md?rev=1643025&r1=1643024&r2=1643025&view=diff
==============================================================================
--- incubator/aurora/site/source/downloads.html.md (original)
+++ incubator/aurora/site/source/downloads.html.md Wed Dec  3 00:17:50 2014
@@ -1,14 +1,21 @@
-# Current Release
+# Download Aurora
 
-The current released version is *0.5.0-incubating*. [(.tar.gz)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz)
+## Current Release
+
+The current released version is *0.6.0-incubating*. [(.tar.gz)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz)
+[(md5)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5)
+[(sha)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.sha) 
+[(sig)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.asc)
+
+To quickly get started, we reccomend using Vagrant and following the [Getting Started guide](http://localhost:4567/documentation/latest/vagrant/).
+
+## Previous Releases
+*0.5.0-incubating* [(.tar.gz)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz)
 [(md5)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.md5)
 [(sha)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.sha) 
 [(sig)](https://dist.apache.org/repos/dist/release/incubator/aurora/0.5.0/apache-aurora-0.5.0-incubating.tar.gz.asc)
 
-# Previous Releases
-There are no previous releases yet.
-
-# Git
+## Git
 
 The latest code is available in git via: