Title: [102990] trunk/Tools
- Revision
- 102990
- Author
- [email protected]
- Date
- 2011-12-15 15:46:48 -0800 (Thu, 15 Dec 2011)
Log Message
[chromium] pass --delete_unversioned_trees to gclient on the bots
https://bugs.webkit.org/show_bug.cgi?id=74565
Reviewed by Kenneth Russell.
It was temporarily removed in r102891 to keep the bots green. Now
that the bots have cycled, we can add it back.
* Scripts/update-webkit-chromium:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (102989 => 102990)
--- trunk/Tools/ChangeLog 2011-12-15 23:44:20 UTC (rev 102989)
+++ trunk/Tools/ChangeLog 2011-12-15 23:46:48 UTC (rev 102990)
@@ -1,3 +1,15 @@
+2011-12-15 Tony Chang <[email protected]>
+
+ [chromium] pass --delete_unversioned_trees to gclient on the bots
+ https://bugs.webkit.org/show_bug.cgi?id=74565
+
+ Reviewed by Kenneth Russell.
+
+ It was temporarily removed in r102891 to keep the bots green. Now
+ that the bots have cycled, we can add it back.
+
+ * Scripts/update-webkit-chromium:
+
2011-12-15 Kentaro Hara <[email protected]>
[Refactoring] In prepare-ChangeLog, make several global variables be used only through parameter passing
Modified: trunk/Tools/Scripts/update-webkit-chromium (102989 => 102990)
--- trunk/Tools/Scripts/update-webkit-chromium 2011-12-15 23:44:20 UTC (rev 102989)
+++ trunk/Tools/Scripts/update-webkit-chromium 2011-12-15 23:46:48 UTC (rev 102990)
@@ -86,9 +86,7 @@
push @gclientArgs, "--force" if $force;
# --reset could delete modified files if necessary to sync.
push @gclientArgs, "--reset" if $force;
-# Temporarily keep unversioned trees so we don't delete third_party/libwebp.
-# See https://bugs.webkit.org/show_bug.cgi?id=74565 .
-#push @gclientArgs, "--delete_unversioned_trees" if $force;
+push @gclientArgs, "--delete_unversioned_trees" if $force;
push @gclientArgs, "--deps=unix,android" if isChromiumAndroid();
my $cmd = join(" ",@gclientArgs);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes