Title: [148158] trunk/Tools
Revision
148158
Author
[email protected]
Date
2013-04-10 17:15:13 -0700 (Wed, 10 Apr 2013)

Log Message

Use webkit-queeus.appspot.com instead of webkit-commit-queue.appspot.com
https://bugs.webkit.org/show_bug.cgi?id=114397

Reviewed by Benjamin Poulain.

* Scripts/webkitpy/common/net/statusserver.py:
(StatusServer):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148157 => 148158)


--- trunk/Tools/ChangeLog	2013-04-11 00:10:18 UTC (rev 148157)
+++ trunk/Tools/ChangeLog	2013-04-11 00:15:13 UTC (rev 148158)
@@ -1,3 +1,13 @@
+2013-04-10  Ryosuke Niwa  <[email protected]>
+
+        Use webkit-queeus.appspot.com instead of webkit-commit-queue.appspot.com
+        https://bugs.webkit.org/show_bug.cgi?id=114397
+
+        Reviewed by Benjamin Poulain.
+
+        * Scripts/webkitpy/common/net/statusserver.py:
+        (StatusServer):
+
 2013-04-10  Adam Barth  <[email protected]>
 
         Remove abarth from watchlists

Modified: trunk/Tools/Scripts/webkitpy/common/net/statusserver.py (148157 => 148158)


--- trunk/Tools/Scripts/webkitpy/common/net/statusserver.py	2013-04-11 00:10:18 UTC (rev 148157)
+++ trunk/Tools/Scripts/webkitpy/common/net/statusserver.py	2013-04-11 00:15:13 UTC (rev 148158)
@@ -40,7 +40,7 @@
 
 class StatusServer:
     # FIXME: This should probably move to common.config.urls.
-    default_host = "webkit-commit-queue.appspot.com"
+    default_host = "webkit-queues.appspot.com"
 
     def __init__(self, host=default_host, browser=None, bot_id=None):
         self.set_host(host)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to