Including branch name in email log
This commit is contained in:
parent
2d73e65bd4
commit
62bc15aa03
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ send to the gdb-testers mailing list."""
|
||||||
for ss in ss_list:
|
for ss in ss_list:
|
||||||
commit_id = get_builder_commit_id (name, ss.revision, ss.branch)
|
commit_id = get_builder_commit_id (name, ss.revision, ss.branch)
|
||||||
if commit_id:
|
if commit_id:
|
||||||
text += "\t<%s/%s/.git/tree/?id=%s>\n" % (git_url, name, commit_id)
|
text += "\t<%s/%s/.git/tree/?h=%s&id=%s>\n" % (git_url, name, quote (ss.branch),
|
||||||
|
commit_id)
|
||||||
else:
|
else:
|
||||||
text += "\t<Error fetching commit ID for %s>\n" % ss.revision
|
text += "\t<Error fetching commit ID for %s>\n" % ss.revision
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue