[Swift-commit] r7903 - in www: . main

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Mon Jun 2 23:37:24 CDT 2014


Author: wilde
Date: 2014-06-02 23:37:24 -0500 (Mon, 02 Jun 2014)
New Revision: 7903

Added:
   www/push_to_all.sh
Modified:
   www/main/index.php
Log:
Add push_to_all.sh (prelim version from David). Revert to direct link for Swift-T info, till we fix the blank-page problem with that link.

Modified: www/main/index.php
===================================================================
--- www/main/index.php	2014-06-02 23:50:17 UTC (rev 7902)
+++ www/main/index.php	2014-06-03 04:37:24 UTC (rev 7903)
@@ -176,7 +176,8 @@
         <div id="feature">
 		<h5>Next Generation Swift</h5>
 		<p><b>Swift/T</b> runs millions of tasks per second on supercomputers.</p>
-		<p><a href="../Swift-T" class="trailingLink">Learn more...</a></p>
+		<!-- <p><a href="../Swift-T" class="trailingLink">Learn more...</a></p> -->
+        <p><a href="http://sites.google.com/site/exmcomputing/swift-t" class="trailingLink" target="_parent">Learn more...</a></p>
         </div>
 
         <div id="feature">

Added: www/push_to_all.sh
===================================================================
--- www/push_to_all.sh	                        (rev 0)
+++ www/push_to_all.sh	2014-06-03 04:37:24 UTC (rev 7903)
@@ -0,0 +1,7 @@
+hosts="ec2-23-20-156-199.compute-1.amazonaws.com ec2-54-87-91-46.compute-1.amazonaws.com ec2-54-196-24-118.compute-1.amazonaws.com ec2-23-20-140-94.compute-1.amazonaws.com ec2-54-82-19-125.compute-1.amazonaws.com ec2-184-72-180-226.compute-1.amazonaws.com ec2-23-20-187-161.compute-1.amazonaws.com ec2-54-81-204-169.compute-1.amazonaws.com ec2-54-205-193-6.compute-1.amazonaws.com ec2-54-237-183-152.compute-1.amazonaws.com"
+
+for host in $hosts
+do
+   scp www.tar.gz ubuntu@$host:
+   ssh ubuntu@$host "cd /var/www && tar xfz /home/ubuntu/www.tar.gz"
+done


Property changes on: www/push_to_all.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list