[Buildbot-devel] Patch to make "one_box_per_builder" a one liner
Niklaus Giger
niklaus.giger at member.fsf.org
Sun Dec 16 10:50:52 UTC 2007
Hi
As I have a lot of different builders I want to have in
the one_line_per_build and one_box_per_builder only
one line high not as a box.
This small patch does it:
diff -rN old-buildbot/buildbot/status/web/base.py new-buildbot/buildbot/status/web/base.py
119c119
< data += "<br />".join(text)
---
> data += " ".join(text)
But I can imagine that a more flexible solution should be found. But my HTML
knowledge is too limited to give a good proposal.
Best regards
--
Niklaus Giger
More information about the devel
mailing list