Title: [93563] trunk/Tools
Revision
93563
Author
[email protected]
Date
2011-08-22 17:05:10 -0700 (Mon, 22 Aug 2011)

Log Message

Hack start-queue.sh in an attempt to resurrect the cr-jail-1 cr-mac-ews bot.
I won't have ssh access to the bot again for a couple days, so
attempting to fix by changing this script.  If this doesn't
work we'll just live with the it hung for now.

Unreviewed.

* EWSTools/start-queue.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (93562 => 93563)


--- trunk/Tools/ChangeLog	2011-08-22 23:53:19 UTC (rev 93562)
+++ trunk/Tools/ChangeLog	2011-08-23 00:05:10 UTC (rev 93563)
@@ -1,3 +1,14 @@
+2011-08-22  Eric Seidel  <[email protected]>
+
+        Hack start-queue.sh in an attempt to resurrect the cr-jail-1 cr-mac-ews bot.
+        I won't have ssh access to the bot again for a couple days, so
+        attempting to fix by changing this script.  If this doesn't
+        work we'll just live with the it hung for now.
+
+        Unreviewed.
+
+        * EWSTools/start-queue.sh:
+
 2011-08-22  Dimitri Glazkov  <[email protected]>
 
         webkit-patch rebaseline-expectations command should not rearrange the entire test_expectations.txt file.

Modified: trunk/Tools/EWSTools/start-queue.sh (93562 => 93563)


--- trunk/Tools/EWSTools/start-queue.sh	2011-08-22 23:53:19 UTC (rev 93562)
+++ trunk/Tools/EWSTools/start-queue.sh	2011-08-23 00:05:10 UTC (rev 93563)
@@ -64,6 +64,10 @@
   git fetch
   git svn rebase
 
+  # Hack to fix cr-jail-1 (cr-mac-ews).  gclient seems to be failing to update third_party/leveldatabase.
+  # FIXME: This can be removed at any point in the future.
+  svn cleanup Source/WebKit/chromium/third_party/leveldatabase
+
   # test-webkitpy has code to remove orphaned .pyc files, so we
   # run it before running webkit-patch to avoid stale .pyc files
   # preventing webkit-patch from launching.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to