Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bug 620679 - updated try email links to single push tbpl view p=lsbla…
Browse files Browse the repository at this point in the history
…kk r=catlee
  • Loading branch information
lsblakk committed Jan 25, 2011
1 parent 3c37167 commit 870f44d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/try_mailer.py
Expand Up @@ -111,7 +111,7 @@ def makeTryMessage(build, log_url):
if log_url:
text += "The full log for this %(task)s run is available at <a href=\"%(log_url)s\">%(log_url)s</a>.\n" % locals()
else:
text += "Please check <a href=\"http://tinderbox.mozilla.org/showbuilds.cgi?tree=MozillaTry\">Tinderbox</a> for your logs.\n"
text += "Please check <a href=\"http://tbpl.mozilla.org/?tree=MozillaTry&rev=%(revision)s\">Tinderbox Pushlog</a> for your logs.\n" % locals()

text = re.sub("\n", "<br>\n", text)

Expand Down
4 changes: 3 additions & 1 deletion status/generators.py
Expand Up @@ -21,6 +21,8 @@ def buildTryChangeMessage(change, packageDir):
msgdict["body"] = """\
Thanks for your try submission (http://hg.mozilla.org/try/pushloghtml?changeset=%(revision)s). It's the best!
Watch http://tbpl.mozilla.org/?tree=MozillaTry&rev=%(revision)s for your results to come in.
Builds and logs will be available at %(packageDir)s.
This directory won't be created until the first builds are uploaded, so please be patient.
Expand Down Expand Up @@ -120,7 +122,7 @@ def buildTryCompleteMessage(attrs, packageDir, tinderboxTree):
text += "%s\n" % (test.group(0))
text += '\n'

text += """Visit http://tinderbox.mozilla.org/showbuilds.cgi?tree=%(tinderboxTree)s to view the full logs.""" % locals()
text += """Visit http://tbpl.mozilla.org/?tree=%(tinderboxTree)s&rev=%(revision)s to view the full logs.""" % locals()

return (text, 'plain')

0 comments on commit 870f44d

Please sign in to comment.