[Buildbot-commits] [SPAM] [Buildbot] #680: grid.py in 0.7.11p3 buggy (fails to render completely)
Buildbot
buildbot-devel at lists.sourceforge.net
Tue Jan 12 19:51:10 UTC 2010
#680: grid.py in 0.7.11p3 buggy (fails to render completely)
----------------------+-----------------------------------------------------
Reporter: fingolfin | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.7.11 | Keywords:
----------------------+-----------------------------------------------------
We just upgraded our buildbot (http://buildbot.scummvm.org) to 0.7.11p3.
Unfortunately buildbot/status/web/grid.py contains an error which causes
the grid page to fail completely. Luckily, the fix is trivial: Line 199,
html_categories = map(html.escape(categories))
has to be replaced by
html_categories = map(html.escape, categories)
I realized that you are now working on 0.7.12, but since 0.7.11.x is the
current stable version, and likely might be so for some time to come, I
thought it would be good to have this serious bug reported (and maybe
fixed in a 0.7.11p4?)
--
Ticket URL: <http://buildbot.net/trac/ticket/680>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list