[Buildbot-devel] How to insert HTML from logfile into the buildstep's table cell in waterfall display

Dustin J. Mitchell dustin at zmanda.com
Tue May 12 19:29:03 UTC 2009


On Tue, May 12, 2009 at 3:13 PM, William Siegrist <wsiegrist at apple.com> wrote:
> If you're looking to minimize the hacking of buildbot source itself,
> you should be able to limit your change to commenting out or removing
> the 1 line that registers the box component for the waterfall. Then
> you can write your own box class and register it yourself in your own
> code.  What I would like to see in buildbot is a way to unregister or
> override the boxes so you do not need to comment out that line. Or is
> there a way to do it already that I missed?

The interfaces work is only half-baked, so I'm not sure how much
utility this would have, outside of this one case.

Also, the registration happens when the module is imported, not after
the buildbot configuration is loaded, so I'm not sure how to make this
configurable..

Still, it would be interesting to see the interfaces fully baked and
made more configurable!

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list