Title: [109166] trunk/Tools
Revision
109166
Author
lforsch...@apple.com
Date
2012-02-28 16:10:02 -0800 (Tue, 28 Feb 2012)

Log Message

Fix a typo in config.json
linx -> linux
        
* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (109165 => 109166)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-02-29 00:07:15 UTC (rev 109165)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-02-29 00:10:02 UTC (rev 109166)
@@ -266,8 +266,8 @@
                     },
                     {
                       "name": "Chromium Linux Release (Perf)", "type": "BuildAndPerfTest", "builddir": "chromium-linux-perf-tests",
-                      "platform": "chromium-linx", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["google-linx-perf"]
+                      "platform": "chromium-linux", "configuration": "release", "architectures": ["i386"],
+                      "slavenames": ["google-linux-perf"]
                     },
                     {
                       "name": "Chromium Linux Release (Grid Layout)", "type": "NewBuildAndTest", "builddir": "chromium-linux-flexbox",

Modified: trunk/Tools/ChangeLog (109165 => 109166)


--- trunk/Tools/ChangeLog	2012-02-29 00:07:15 UTC (rev 109165)
+++ trunk/Tools/ChangeLog	2012-02-29 00:10:02 UTC (rev 109166)
@@ -1,3 +1,10 @@
+2012-02-28  Lucas Forschler  <lforsch...@apple.com>
+
+        Fix a typo in config.json
+        linx -> linux
+        
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-02-28  Mahesh Kulkarni  <mahesh.kulka...@nokia.com>
 
         [Qt] Allow read/write to the WebView.url property
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to