[Buildbot-devel] Various BuildBot questions

Brian Warner warner-buildbot at lothar.com
Fri Sep 10 19:23:52 UTC 2004


> On Thursday 09 September 2004 08:44 pm, Brian Warner wrote:
>  > For now, edit buildbot.status.html.StatusResourceBuilder.getChild to get
>  > rid of the 'if path == "force"' test. You'll also want to comment out the
>  > part in .body which appends the "force build" HTML to the per-builder
>  > page.
> 
> And then I'd need to have something for the IRC bot if I wanted to enable 
> that.  That's pretty scary, especially given the character of the IRC world.

Actually editing html.py will leave the IRC 'force build' command enabled.
You'd have to disable that separately, by commenting out command_FORCE in
buildbot/status/words.py .

In CVS, both kinds of 'force build' are currently broken, becuase the IStatus
object that html.py and words.py use is "read only". I plan to add a new
IControl interface (or something) which will bring that functionality back.
In doing that, my vague plan is to add an allowForceBuild= flag to both
Waterfall() and IRC() that will enable/disable those routines I suggested you
comment out.



More information about the devel mailing list