fixing hostname variables for taskotron master config

This commit is contained in:
Tim Flink 2014-07-02 14:34:53 +00:00
parent 81ad59c918
commit ed342bc4e1

View file

@ -220,7 +220,7 @@ c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))
# 'titleURL') and is embedded in the title of the waterfall HTML page.
c['title'] = "Taskotron"
c['titleURL'] = "http://{{ hostname }}/{{buildmaster_endpoint}}"
c['titleURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}"
# the 'buildbotURL' string should point to the location where the buildbot's
# internal web server (usually the html.WebStatus page) is visible. This
@ -228,7 +228,7 @@ c['titleURL'] = "http://{{ hostname }}/{{buildmaster_endpoint}}"
# with an externally-visible host name which the buildbot cannot figure out
# without some help.
c['buildbotURL'] = "http://{{ hostname }}/{{buildmaster_endpoint}}"
c['buildbotURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}"
####### DB URL