adding trailing / to links in buildmaster config to fix generated links in emails

This commit is contained in:
Tim Flink 2014-07-21 13:52:25 +00:00
parent b6f087bc8e
commit 7bab60be7d

View file

@ -293,7 +293,7 @@ c['status'].append(mn)
# 'titleURL') and is embedded in the title of the waterfall HTML page.
c['title'] = "Taskotron"
c['titleURL'] = "http://{{ external_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
@ -301,7 +301,7 @@ c['titleURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}"
# with an externally-visible host name which the buildbot cannot figure out
# without some help.
c['buildbotURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}"
c['buildbotURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}/"
####### DB URL