[cig-commits] r7573 - cs/buildbot/trunk/buildbot/scripts

leif at geodynamics.org leif at geodynamics.org
Sat Jun 30 21:57:41 PDT 2007


Author: leif
Date: 2007-06-30 21:57:41 -0700 (Sat, 30 Jun 2007)
New Revision: 7573

Modified:
   cs/buildbot/trunk/buildbot/scripts/shipper.py
   cs/buildbot/trunk/buildbot/scripts/windows.py
Log:
Added "-v" to 'scp' command, to avoid BuildBot timeout over slow
connections.


Modified: cs/buildbot/trunk/buildbot/scripts/shipper.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/shipper.py	2007-07-01 02:28:03 UTC (rev 7572)
+++ cs/buildbot/trunk/buildbot/scripts/shipper.py	2007-07-01 04:57:41 UTC (rev 7573)
@@ -22,6 +22,6 @@
     command = "chmod go+r " + files
     print command
     os.system(command)
-    command = "scp -o BatchMode=yes " + files + " www.geodynamics.org:/home/buildbot/public_html/shipping"
+    command = "scp -v -o BatchMode=yes " + files + " www.geodynamics.org:/home/buildbot/public_html/shipping"
     print command
     os.system(command)


Property changes on: cs/buildbot/trunk/buildbot/scripts/windows.py
___________________________________________________________________
Name: svn:executable
   - *



More information about the cig-commits mailing list