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

William Siegrist wsiegrist at apple.com
Tue May 12 19:13:17 UTC 2009


On May 12, 2009, at 11:14 AM, Bill Deegan wrote:

> Greetings,
>
> I have a log file which has lines prefixed with TINDERBOX: where each
> such line has some valid HTML which I'd like to display in the build
> step's table cell.
>

>
> Any sugguestions on how to get this HTML into the table cell?
> Or will I have to hack the source code.
> If I do that, what's the process to getting this change into  
> buildbot itself?


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?

-Bill








More information about the devel mailing list