Title: [143924] trunk/Tools
- Revision
- 143924
- Author
- [email protected]
- Date
- 2013-02-25 07:42:09 -0800 (Mon, 25 Feb 2013)
Log Message
Unreviewed, rolling out r143895.
http://trac.webkit.org/changeset/143895
https://bugs.webkit.org/show_bug.cgi?id=110758
broke a bunch of tests (Requested by thakis__ on #webkit).
Patch by Sheriff Bot <[email protected]> on 2013-02-25
* Scripts/update-webkit-chromium:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (143923 => 143924)
--- trunk/Tools/ChangeLog 2013-02-25 15:22:39 UTC (rev 143923)
+++ trunk/Tools/ChangeLog 2013-02-25 15:42:09 UTC (rev 143924)
@@ -1,3 +1,13 @@
+2013-02-25 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r143895.
+ http://trac.webkit.org/changeset/143895
+ https://bugs.webkit.org/show_bug.cgi?id=110758
+
+ broke a bunch of tests (Requested by thakis__ on #webkit).
+
+ * Scripts/update-webkit-chromium:
+
2013-02-25 Andreas Kling <[email protected]>
Unreviewed, fix simple mistake in r143903.
Modified: trunk/Tools/Scripts/update-webkit-chromium (143923 => 143924)
--- trunk/Tools/Scripts/update-webkit-chromium 2013-02-25 15:22:39 UTC (rev 143923)
+++ trunk/Tools/Scripts/update-webkit-chromium 2013-02-25 15:42:09 UTC (rev 143924)
@@ -66,7 +66,7 @@
}
my $force = 0;
-my $useNinja = 1;
+my $useNinja = $^O eq "linux" || $^O eq "darwin";
GetOptions(
'force' => \$force,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes