[Swift-commit] r2209 - www/downloads

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Aug 29 02:54:02 CDT 2008


Author: benc
Date: 2008-08-29 02:54:01 -0500 (Fri, 29 Aug 2008)
New Revision: 2209

Modified:
   www/downloads/index.php
Log:
notes on downloading using pacman

Modified: www/downloads/index.php
===================================================================
--- www/downloads/index.php	2008-08-27 11:25:36 UTC (rev 2208)
+++ www/downloads/index.php	2008-08-29 07:54:01 UTC (rev 2209)
@@ -33,6 +33,26 @@
 [<a href="../packages/vdsk-0.6.tar.gz">vdsk-0.6.tar.gz</a>]
 [<a href="release-notes-0.6.txt">release-notes-0.6.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 from the above tarball: <br />
+<pre>
+pacman -get http://www.ci.uchicago.edu/~benc/pacman:swift-0.6
+</pre> <br />
+The second will install Swift from the above tarball, 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>
 
 <h2><a name="nightly"></a>Nightly Builds and Tests</h2>
 




More information about the Swift-commit mailing list