Changeset 148158 in webkit


Ignore:
Timestamp:
Apr 10, 2013 5:15:13 PM (11 years ago)
Author:
rniwa@webkit.org
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r148152 r148158  
     12013-04-10  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Use webkit-queeus.appspot.com instead of webkit-commit-queue.appspot.com
     4        https://bugs.webkit.org/show_bug.cgi?id=114397
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        * Scripts/webkitpy/common/net/statusserver.py:
     9        (StatusServer):
     10
    1112013-04-10  Adam Barth  <abarth@webkit.org>
    212
  • trunk/Tools/Scripts/webkitpy/common/net/statusserver.py

    r144008 r148158  
    4141class StatusServer:
    4242    # FIXME: This should probably move to common.config.urls.
    43     default_host = "webkit-commit-queue.appspot.com"
     43    default_host = "webkit-queues.appspot.com"
    4444
    4545    def __init__(self, host=default_host, browser=None, bot_id=None):
Note: See TracChangeset for help on using the changeset viewer.