summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-17 10:19:55 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-17 10:19:55 +0100
commit7e8c7437fd55b4be79dec083684a846d630e814e (patch)
tree4b1f41ff6ff57e16eb4e4938ce8c5d6629dcc0ca /source/master.cfg
parent1630df20bab9a47fc3afb5f6daebcfba3c55b6fa (diff)
downloadorchestration-7e8c7437fd55b4be79dec083684a846d630e814e.tar.gz
Move buildbot web frontend user details to config
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/master.cfg b/source/master.cfg
index 281b94a..162df0f 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -165,7 +165,7 @@ from buildbot.status.web import authz, auth
authz_cfg=authz.Authz(
# change any of these to True to enable; see the manual for more
# options
- auth=auth.BasicAuth([("codething","password")]),
+ auth=auth.BasicAuth([(orch_config.web_user,orch_config.web_user_password)]),
gracefulShutdown = False,
forceBuild = 'auth', # use this to test your slave once it is set up
forceAllBuilds = False,