[Commits] [svn:einsteintoolkit] www/download/ (Rev. 867)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Fri Jun 1 16:59:35 CDT 2012


User: rhaas
Date: 2012/06/01 04:59 PM

Modified:
 /download/
  index.php

Log:
 add --noshallow option to download instructions
 
 see https://trac.einsteintoolkit.org/ticket/934 for why this is required for
 now.

File Changes:

Directory: /download/
=====================

File [modified]: index.php
Delta lines: +2 -2
===================================================================
--- download/index.php	2012-05-29 03:03:40 UTC (rev 866)
+++ download/index.php	2012-06-01 21:59:34 UTC (rev 867)
@@ -26,7 +26,7 @@
 
 chmod a+x GetComponents
 
-./GetComponents -a https://svn.einsteintoolkit.org/manifest/branches/ET_2012_05/einsteintoolkit.th
+./GetComponents --noshallow -a https://svn.einsteintoolkit.org/manifest/branches/ET_2012_05/einsteintoolkit.th
 </pre>
 
 <h4>Current development version</h4>
@@ -40,7 +40,7 @@
 
 chmod a+x GetComponents
 
-./GetComponents -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
+./GetComponents --noshallow -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
 </pre>
 
 <?php include_once($_SERVER['DOCUMENT_ROOT'].'/global/footer.php');?>



More information about the Commits mailing list