taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a2c1188d8a106c87aa115f800346739256df4e33
parent b8fbf9639cb158c112b1821a12c9d02e1646a2a3
Author: buckE <buckE@disroot.org>
Date:   Tue,  9 Jun 2020 05:46:24 +0000

re-commented www declaration re: USER_PASSWORD_DB undefined

Diffstat:
Mbuildbot/master.cfg | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1017,17 +1017,17 @@ BUILDER_LIST = [ # -- formerly commented out as not packaged properly in Debian and others, see # https://bugzilla.redhat.com/show_bug.cgi?id=1557687 # -- un-commented as "pip install buildbot.www" performed from buildbot-master account -c["www"] = { - "port": 8010, - "plugins": { - "waterfall_view": {}, - "console_view": {} - }, - "allowed_origins": ["https://*.taler.net"], - "avatar_methods": [], - "auth": util.UserPasswordAuth(USER_PASSWORD_DB), - "authz": authz -} +#c["www"] = { +# "port": 8010, +# "plugins": { +# "waterfall_view": {}, +# "console_view": {} +# }, +# "allowed_origins": ["https://*.taler.net"], +# "avatar_methods": [], +# "auth": util.UserPasswordAuth(USER_PASSWORD_DB), +# "authz": authz +#} ####### DB URL