[Commits] [svn:einsteintoolkit] www/download/ (Rev. 874)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Wed Aug 15 11:15:16 CDT 2012
User: rhaas
Date: 2012/08/15 11:15 AM
Modified:
/download/
index.php
Log:
add parallel, remove explicit anonymous and no-shallow options from download
instructions
File Changes:
Directory: /download/
=====================
File [modified]: index.php
Delta lines: +2 -2
===================================================================
--- download/index.php 2012-08-14 18:13:57 UTC (rev 873)
+++ download/index.php 2012-08-15 16:15:16 UTC (rev 874)
@@ -26,7 +26,7 @@
chmod a+x GetComponents
-./GetComponents --noshallow -a https://svn.einsteintoolkit.org/manifest/branches/ET_2012_05/einsteintoolkit.th
+./GetComponents --parallel 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 https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
+./GetComponents --parallel 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