From a090eb36fbe667a014252dd4a220add7ec7c1cbe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 12 Nov 2011 15:52:27 -0800 Subject: [PATCH] Don't allow any commands on the Vagrant CI right now --- test/buildbot/buildbot_config/master/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/buildbot/buildbot_config/master/status.py b/test/buildbot/buildbot_config/master/status.py index 944a53725..fc9255d3c 100644 --- a/test/buildbot/buildbot_config/master/status.py +++ b/test/buildbot/buildbot_config/master/status.py @@ -24,7 +24,7 @@ def get_status(options): web_status = html.WebStatus( http_port = options.web_port, - authz = authz, + authz = Authz(), order_console_by_time = True, change_hook_dialects=dict(github=True) )