[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aroben at apple.com aroben at apple.com
Wed Dec 22 15:15:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cc17c2e694667d4fc54dcbd4fb35061c6a5c8dc8
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 13:45:42 2010 +0000

    Switch the Windows WebKit2 bot to the Release configuration
    
    We only have one machine testing WebKit2 on Windows right now, and
    Debug is just too slow for it to keep up.
    
    Fixes (hopefully!) <http://webkit.org/b/48615> Windows WebKit2 bot is
    always way behind
    
    Reviewed by Jon Honeycutt.
    
    * BuildSlaveSupport/build.webkit.org-config/config.json:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70871 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
index 91a13e7..71c20f0 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
@@ -110,8 +110,8 @@
                       "platform": "win", "configuration": "debug", "architectures": ["i386"],
                       "slavenames": ["apple-windows-4", "apple-windows-6", "test-slave"]
                     },
-                    { "name": "Windows Debug (WebKit2 Tests)", "type": "TestWebKit2", "builddir": "win-debug-tests-wk2",
-                      "platform": "win", "configuration": "debug", "architectures": ["i386"],
+                    { "name": "Windows Release (WebKit2 Tests)", "type": "TestWebKit2", "builddir": "win-release-tests-wk2",
+                      "platform": "win", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["apple-windows-7", "test-slave"]
                     },
                     {
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 750a8b5..c67f67b 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,17 @@
+2010-10-28  Adam Roben  <aroben at apple.com>
+
+        Switch the Windows WebKit2 bot to the Release configuration
+
+        We only have one machine testing WebKit2 on Windows right now, and
+        Debug is just too slow for it to keep up.
+
+        Fixes (hopefully!) <http://webkit.org/b/48615> Windows WebKit2 bot is
+        always way behind
+
+        Reviewed by Jon Honeycutt.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2010-10-29  Leandro Gracia Gil  <leandrogracia at google.com>
 
         Reviewed by Jeremy Orlow.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list