fixing hostname variables for taskotron master config
This commit is contained in:
parent
81ad59c918
commit
ed342bc4e1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue