[Swift-commit] r3827 - www/downloads

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Dec 23 13:07:40 CST 2010


Author: skenny
Date: 2010-12-23 13:07:40 -0600 (Thu, 23 Dec 2010)
New Revision: 3827

Modified:
   www/downloads/index.php
Log:
binary dist available for .91 release

Modified: www/downloads/index.php
===================================================================
--- www/downloads/index.php	2010-12-23 18:45:16 UTC (rev 3826)
+++ www/downloads/index.php	2010-12-23 19:07:40 UTC (rev 3827)
@@ -27,89 +27,46 @@
 <h1>DOWNLOADS</h1>
 <h2><a name="stable"></a>Latest Release</h2>
 
-<h3>Swift 0.9 - 2009/04/27</h3>
-<p>Swift v0.9 is a development release intended to release functionality
-and fixes that have gone in to trunk since v0.8.
-[<a href="../packages/swift-0.9.tar.gz"
+<h3>Swift 0.91 - 2010/12/23</h3>
+<p>Precompiled binary distribution
+[<a href="../packages/swift-0.91.tar.gz"
 onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.9.tar.gz');"
 >swift-0.9.tar.gz</a>]
 
-[<a href="../packages/swift-0.9-stripped.tar.gz"
+<a href="../packages/swift-0.91.tar.gz"
 onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.9-stripped.tar.gz');"
->swift-0.9-stripped.tar.gz</a> - for installation on systems with existing grid stacks]
-[<a href="release-notes-0.9.txt"
-onClick="javascript: pageTracker._trackPageview('/swift/packages/release-notes-0.9.txt');"
->release-notes-0.9.txt</a>]
-</p>
-<!--
-<p>
-As an alternative to the above traditional Swift packaging, Swift can be
-downloaded and installed using
-<a href="http://physics.bu.edu/~youssef/pacman/">pacman</a>, a package
-manager commonly used on the Open Science Grid.
-</p>
-<p>
-There are two installation targets:<br />
-The first will install Swift alongside an existing VDT installation<br />
-<pre>
-pacman -get http://www.ci.uchicago.edu/~benc/pacman:swift-0.7
-</pre></p>
-<p>
-The second will install Swift as well as a number
-of supporting packages from the VDT software release to support use of the
-DOE CA and use of VOMS. (These packages are also available in a regular OSG or
-VDT installation): <br />
-<pre>
-pacman -get http://www.ci.uchicago.edu/~benc/pacman:swift-tools
-</pre>
-</p> -->
+</a></p>
 
+<h2>Source Code</h2>
 
-<h2><a name="nightly"></a>Nightly Builds and Tests</h2>
-
 <p>
-	We run nightly integration builds and tests for Swift. The <a
-	href="../tests/current.html">latest build & tests page</a> links to the older
-	ones. In addition, Swift is built and tested in <a href="http://nmi-s005.cs.wisc.edu/nmi/index.php?page=results%2Foverview&rows=20&opt_keyword=&opt_project=swift&opt_user=OPTION_SHOW_ALL&opt_comp=OPTION_SHOW_ALL&opt_type=OPTION_SHOW_ALL&opt_result=OPTION_SHOW_ALL&opt_platform=OPTION_SHOW_ALL&opt_month=0&opt_day=0&opt_year=0&opt_build_id=&opt_submit=nmi-s005.cs.wisc.edu&searchSubmit=Search&page=results%2Foverview&rows=20" >Metronome, the NMI
-	build and test system</a>.
-</p>
-
-<h2>Development Distribution</h2>
-<h3>Source repository access</h3>
-
-<p>
 	The code is
 <a href="http://www.ci.uchicago.edu/trac/swift/browser/trunk">browsable online</a>, or accessible through
 <a href="http://subversion.tigris.org">Subversion</a>.
 </p>
 
-<h3>Building Swift</h3>
-
 <p>
-	<b>Note:</b> The development code has the highest chance of containing buggy and
-	untested code. If you need stability please use one of the releases or the <b>stable
-	branch</b> below.
-</p>
-
-<p>
 	You need 
 	<a href="http://ant.apache.org">Apache Ant</a>
-	for the actual build, and a <a href="http://java.sun.com">Java JDK</a> ≥ 1.4.
+	for the actual build, and a <a href="http://java.sun.com">Java JDK</a> ≥ 1.5.
 	<br/>
 	So here are the steps:
 </p>
 
+
+<h3>Latest Release</h3>
+
 <p>
 	Checkout CoG:
 	<div class="highlight">svn co \
-https://cogkit.svn.sourceforge.net/svnroot/cogkit/trunk/current/src/cog</div>
+https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.7/src/cog</div>
 	<br/>
 </p>
 
 <p>
 	Checkout Swift:
 	<div class="highlight">cd cog/modules</div>
-	<div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/trunk swift</div>
+	<div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.91 swift</div>
 	<br/>
 </p>
 
@@ -129,19 +86,24 @@
 	The dist directory will contain the complete build.
 </p>
 
-<h3>Stable branch</h3>
+<h3>Development Version</h3>
 
 <p>
+	<b>Note:</b> The development code has the highest chance of containing buggy and
+	untested code. If you need stability please use the <b>latest release</b>.
+</p>
+
+<p>
 	Checkout CoG:
 	<div class="highlight">svn co \
-https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.7/src/cog</div>
+https://cogkit.svn.sourceforge.net/svnroot/cogkit/trunk/current/src/cog</div>
 	<br/>
 </p>
 
 <p>
 	Checkout Swift:
 	<div class="highlight">cd cog/modules</div>
-	<div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/1.0 swift</div>
+	<div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/trunk swift</div>
 	<br/>
 </p>
 
@@ -163,6 +125,12 @@
 
 <h2>Historical releases</h2>
 
+<h3>Swift 0.9 - 2009/04/27</h3>
+<p>[<a href="../packages/swift-0.9.tar.gz"
+onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.9.tar.gz');"
+>swift-0.9.tar.gz</a>]</p>
+
+
 <h3>Swift 0.8 - 2009/01/30</h3>
 <p>Swift v0.8 is a development release intended to release functionality
 and fixes that have gone in to trunk since v0.7.




More information about the Swift-commit mailing list