commit 18d5a8afc90c49a6d16fb86356875cb80405ef12
parent bb56b424df5bffe75e88186c7563dbbe18dfaf16
Author: buckE <buckE@disroot.org>
Date: Tue, 9 Jun 2020 00:33:29 +0000
un-commented www section of master.cfg re: pip install buildbot.www
Diffstat:
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1016,17 +1016,17 @@ BUILDER_LIST = [
# minimalistic config to activate new web UI
# -- commented out as not packaged properly in Debian and others, see
# https://bugzilla.redhat.com/show_bug.cgi?id=1557687
-#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