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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 11:18:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a11b1c51df481b5f14977a597b1126df978199b1
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jul 17 02:48:41 2010 +0000

    2010-07-16  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            Teach webkitpy about queues.webkit.org
            https://bugs.webkit.org/show_bug.cgi?id=42492
    
            * Scripts/webkitpy/common/net/statusserver.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63604 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index c2f4c54..151b3dd 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-16  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        Teach webkitpy about queues.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=42492
+
+        * Scripts/webkitpy/common/net/statusserver.py:
+
 2010-07-16  Ada Chan  <adachan at apple.com>
 
         Reviewed by Alice Liu.
diff --git a/WebKitTools/Scripts/webkitpy/common/net/statusserver.py b/WebKitTools/Scripts/webkitpy/common/net/statusserver.py
index 0bd68d1..c8fced6 100644
--- a/WebKitTools/Scripts/webkitpy/common/net/statusserver.py
+++ b/WebKitTools/Scripts/webkitpy/common/net/statusserver.py
@@ -39,7 +39,7 @@ _log = logging.getLogger("webkitpy.common.net.statusserver")
 
 
 class StatusServer:
-    default_host = "webkit-commit-queue.appspot.com"
+    default_host = "queues.webkit.org"
 
     def __init__(self, host=default_host):
         self.set_host(host)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list