adding trailing / to links in buildmaster config to fix generated links in emails
This commit is contained in:
parent
b6f087bc8e
commit
7bab60be7d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue