Author: Matti Picus <[email protected]>
Branch: 
Changeset: r911:9d10136bfea6
Date: 2014-03-09 22:09 +0200
http://bitbucket.org/pypy/buildbot/changeset/9d10136bfea6/

Log:    Backed out changeset: 57b3c336e5ad

diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist.py
+++ b/bot2/pypybuildbot/pypylist.py
@@ -202,7 +202,7 @@
                 branch = '%3Ctrunk%3E' # <trunk>
             if category:
                 href = 
cgi.escape('/summary?category=%s&branch=%s&recentrev=%s' % (category, branch, 
rev))
-                str_summary = '<!-- %s --><a class="summary_link" 
href="%s">%s</a>' % (builder_name, href, summary)
+                str_summary = '<a class="summary_link" href="%s">%s</a>' % 
(href, summary)
             else:
                 str_summary = str(summary)
         element[prefix + 'summary'] = str_summary
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to