Changeset 148164 in webkit


Ignore:
Timestamp:
Apr 10, 2013 6:36:29 PM (11 years ago)
Author:
rniwa@webkit.org
Message:

Unreviewed, rolling out r148158.
http://trac.webkit.org/changeset/148158
https://bugs.webkit.org/show_bug.cgi?id=114405

We need to migrate status data (Requested by rniwa on
#webkit).

  • Scripts/webkitpy/common/net/statusserver.py:

(StatusServer):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r148159 r148164  
     12013-04-10  Commit Queue  <rniwa@webkit.org>
     2
     3        Unreviewed, rolling out r148158.
     4        http://trac.webkit.org/changeset/148158
     5        https://bugs.webkit.org/show_bug.cgi?id=114405
     6
     7        We need to migrate status data (Requested by rniwa on
     8        #webkit).
     9
     10        * Scripts/webkitpy/common/net/statusserver.py:
     11        (StatusServer):
     12
    1132013-04-10  Benjamin Poulain  <bpoulain@apple.com>
    214
  • trunk/Tools/Scripts/webkitpy/common/net/statusserver.py

    r148158 r148164  
    4141class StatusServer:
    4242    # FIXME: This should probably move to common.config.urls.
    43     default_host = "webkit-queues.appspot.com"
     43    default_host = "webkit-commit-queue.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.