Fixing URL in the e-mail
This commit is contained in:
parent
9a9dcad8d6
commit
6a6b832166
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ send to the gdb-testers mailing list."""
|
||||||
# URL to find more info about what went wrong.
|
# URL to find more info about what went wrong.
|
||||||
text += "Log URL(s):\n"
|
text += "Log URL(s):\n"
|
||||||
for ss in ss_list:
|
for ss in ss_list:
|
||||||
text += "\t<%s/%s/.git/log/qt=grep&q=%s>" % (git_url, name, ss.revision)
|
text += "\t<%s/%s/.git/log/?qt=grep&q=%s>\n" % (git_url, name, ss.revision)
|
||||||
# text += "\t<%sresults/%s/%s>\n" % (master_status.getBuildbotURL (), name, ss.revision)
|
# text += "\t<%sresults/%s/%s>\n" % (master_status.getBuildbotURL (), name, ss.revision)
|
||||||
|
|
||||||
# Who's to blame?
|
# Who's to blame?
|
||||||
|
|
Loading…
Reference in a new issue