From 852d0096055f3604ff635cdd618d8a927c14000c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 19 Feb 2018 17:11:11 +0100 Subject: [PATCH] Correction to previous commit --- master.cfg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/master.cfg b/master.cfg index ffadcab..0077ebe 100644 --- a/master.cfg +++ b/master.cfg @@ -374,20 +374,17 @@ c['www']['authz'] = authz # PROJECT IDENTITY c['projectName'] = "Blender" -#c['projectURL'] = "https://www.blender.org" -c['projectURL'] = "http://localhost:8010/" +c['projectURL'] = "https://www.blender.org" # Buildbot information -# c['buildbotURL'] = "https://builder.blender.org/admin/" -c['buildbotURL'] = "http://localhost:8010/" +c['buildbotURL'] = "https://builder.blender.org/admin/" c['buildbotNetUsageData'] = 'basic' # Various c['db_url'] = "sqlite:///state.sqlite" c['title'] = "Blender" -#c['titleURL'] = "https://builder.blender.org/" -c['titleURL'] = "http://localhost:8010/" +c['titleURL'] = "https://builder.blender.org/" # Disable sending of 'buildbotNetUsageData' for now, to improve startup time. c['buildbotNetUsageData'] = None