[Swift-commit] r7898 - SwiftApps/tryswift

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Mon Jun 2 00:24:50 CDT 2014


Author: wilde
Date: 2014-06-02 00:24:49 -0500 (Mon, 02 Jun 2014)
New Revision: 7898

Added:
   SwiftApps/tryswift/pushToAll.sh
Log:
Add script to push tryswift changes to all tryswift VM servers.

Added: SwiftApps/tryswift/pushToAll.sh
===================================================================
--- SwiftApps/tryswift/pushToAll.sh	                        (rev 0)
+++ SwiftApps/tryswift/pushToAll.sh	2014-06-02 05:24:49 UTC (rev 7898)
@@ -0,0 +1,4 @@
+#! /bin/sh
+for h in $(cat hosts); do
+  ssh $h "cd tryswift.svn; svn up; ./pushTo.sh /home/tryswift/tryswift"
+done


Property changes on: SwiftApps/tryswift/pushToAll.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list