You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/11/21 21:56:34 UTC

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

Author: kevints
Date: Fri Nov 21 20:56:33 2014
New Revision: 1640999

URL: http://svn.apache.org/r1640999
Log:
Update downloads page for 0.5.0-incubating.

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=1640999&r1=1640998&r2=1640999&view=diff
==============================================================================
--- incubator/aurora/site/publish/downloads/index.html (original)
+++ incubator/aurora/site/publish/downloads/index.html Fri Nov 21 20:56:33 2014
@@ -65,11 +65,25 @@
 <!-- /breadcrumb -->
 	
       <div class="container">
-        <h1 id="downloads">Downloads</h1>
+        <h1 id="current-release">Current Release</h1>
 
-<p>The Aurora team recently migrated their codebase to the Apache Software Foundation prior to a first official release. A pre-release version is available on GitHub:</p>
+<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>
+<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>
 
-<p><a href="https://github.com/apache/incubator-aurora/">https://github.com/apache/incubator-aurora/</a></p>
+<h1 id="previous-releases">Previous Releases</h1>
+
+<p>There are no previous releases yet.</p>
+
+<h1 id="git">Git</h1>
+
+<p>The latest code is available in git via:</p>
+<pre class="highlight text">git clone http://git.apache.org/incubator-aurora.git
+</pre>
+<p>You can browse the repo on
+<a href="https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git">Apache Git</a>
+and the <a href="https://github.com/apache/incubator-aurora">Github mirror</a>.</p>
 
 	  </div>
       <div class="container">

Modified: incubator/aurora/site/source/downloads.html.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/downloads.html.md?rev=1640999&r1=1640998&r2=1640999&view=diff
==============================================================================
--- incubator/aurora/site/source/downloads.html.md (original)
+++ incubator/aurora/site/source/downloads.html.md Fri Nov 21 20:56:33 2014
@@ -1,4 +1,19 @@
-# Downloads
-The Aurora team recently migrated their codebase to the Apache Software Foundation prior to a first official release. A pre-release version is available on GitHub:
+# Current Release
 
-[https://github.com/apache/incubator-aurora/](https://github.com/apache/incubator-aurora/)
\ No newline at end of file
+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)
+[(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
+
+The latest code is available in git via:
+
+    git clone http://git.apache.org/incubator-aurora.git
+
+You can browse the repo on
+[Apache Git](https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git)
+and the [Github mirror](https://github.com/apache/incubator-aurora).