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

mrowe at apple.com mrowe at apple.com
Wed Dec 22 11:41:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit efbd7c543821ea4f28482af98deb2370b02b602d
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 23:36:49 2010 +0000

    Add a new Leopard build slave to run the release tests.
    
    * BuildSlaveSupport/build.webkit.org-config/config.json:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64606 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 f4b0822..eda05f1 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
@@ -14,6 +14,7 @@
                     { "name": "apple-macpro-1", "platform": "mac-snowleopard" },
                     { "name": "apple-macpro-2", "platform": "mac-snowleopard" },
                     { "name": "apple-macpro-3", "platform": "mac-snowleopard" },
+                    { "name": "apple-macpro-4", "platform": "mac-leopard" },
 
                     { "name": "apple-windows-1", "platform": "win"},
                     { "name": "apple-windows-2", "platform": "win"},
@@ -51,7 +52,7 @@
                     },
                     { "name": "Leopard Intel Release (Tests)", "type": "Test", "builddir": "leopard-intel-release-tests",
                       "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["apple-pixel-1", "test-slave"]
+                      "slavenames": ["apple-macpro-4", "apple-pixel-1", "test-slave"]
                     },
 
                     { "name": "Leopard Intel Debug (Build)", "type": "Build", "builddir": "leopard-intel-debug",
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 472b3c7..99e67ff 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-03  Mark Rowe  <mrowe at apple.com>
+
+        Add a new Leopard build slave to run the release tests.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2010-08-03  Jon Honeycutt  <jhoneycutt at apple.com>
 
         WebKitTestRunner needs to activate the Mac font ascent hack

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list