Fix proper setting for URL

This commit is contained in:
2018-02-16 12:04:02 +01:00
parent 3b4576b568
commit 121015df54

View File

@@ -338,14 +338,14 @@ c['projectName'] = "Blender"
c['projectURL'] = "https://www.blender.org"
# Buildbot information
c['buildbotURL'] = "https://builder.blender.org/"
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/admin/"
c['titleURL'] = "https://builder.blender.org/"
# Disable sending of 'buildbotNetUsageData' for now, to improve startup time.
c['buildbotNetUsageData'] = None