Title: [99998] trunk/Tools
- Revision
- 99998
- Author
- t...@chromium.org
- Date
- 2011-11-11 11:41:23 -0800 (Fri, 11 Nov 2011)
Log Message
Remove --force from gclient sync. The bots seem to have made it past
the update step.
* Scripts/update-webkit:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (99997 => 99998)
--- trunk/Tools/ChangeLog 2011-11-11 19:32:59 UTC (rev 99997)
+++ trunk/Tools/ChangeLog 2011-11-11 19:41:23 UTC (rev 99998)
@@ -1,5 +1,12 @@
2011-11-11 Tony Chang <t...@chromium.org>
+ Remove --force from gclient sync. The bots seem to have made it past
+ the update step.
+
+ * Scripts/update-webkit:
+
+2011-11-11 Tony Chang <t...@chromium.org>
+
Add --force to gclient sync. Once the cq bots cycle, we can remove
this since it slows down the normal sync.
Modified: trunk/Tools/Scripts/update-webkit (99997 => 99998)
--- trunk/Tools/Scripts/update-webkit 2011-11-11 19:32:59 UTC (rev 99997)
+++ trunk/Tools/Scripts/update-webkit 2011-11-11 19:41:23 UTC (rev 99998)
@@ -106,8 +106,7 @@
rmtree(["WebKit/chromium/Debug", "WebKit/chromium/Release"]);
}
- # Temporarily add --force to unstick the commit queue.
- my @chromiumUpdateArgs = ("perl", "Tools/Scripts/update-webkit-chromium", "--force");
+ my @chromiumUpdateArgs = ("perl", "Tools/Scripts/update-webkit-chromium");
push @chromiumUpdateArgs, "--chromium-android" if isChromiumAndroid();
system(@chromiumUpdateArgs) == 0 or die $!;
} elsif (isAppleWinWebKit()) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes