Fix proper setting for URL
This commit is contained in:
@@ -338,14 +338,14 @@ c['projectName'] = "Blender"
|
|||||||
c['projectURL'] = "https://www.blender.org"
|
c['projectURL'] = "https://www.blender.org"
|
||||||
|
|
||||||
# Buildbot information
|
# Buildbot information
|
||||||
c['buildbotURL'] = "https://builder.blender.org/"
|
c['buildbotURL'] = "https://builder.blender.org/admin/"
|
||||||
c['buildbotNetUsageData'] = 'basic'
|
c['buildbotNetUsageData'] = 'basic'
|
||||||
|
|
||||||
# Various
|
# Various
|
||||||
c['db_url'] = "sqlite:///state.sqlite"
|
c['db_url'] = "sqlite:///state.sqlite"
|
||||||
|
|
||||||
c['title'] = "Blender"
|
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.
|
# Disable sending of 'buildbotNetUsageData' for now, to improve startup time.
|
||||||
c['buildbotNetUsageData'] = None
|
c['buildbotNetUsageData'] = None
|
||||||
|
Reference in New Issue
Block a user