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):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@148164
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-04-10 Commit Queue <rniwa@webkit.org>
+
+ 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):
+
2013-04-10 Benjamin Poulain <bpoulain@apple.com>
Mass remove all the empty directories
class StatusServer:
# FIXME: This should probably move to common.config.urls.
- default_host = "webkit-queues.appspot.com"
+ default_host = "webkit-commit-queue.appspot.com"
def __init__(self, host=default_host, browser=None, bot_id=None):
self.set_host(host)