[Buildbot-devel] Please Help configuring BuildBot

Sergey A. Lipnevich sergey at optimaltec.com
Fri Dec 26 17:07:00 UTC 2008


A single...

c['status'].append(html.WebStatus(http_port=8010, allowForce=True))

...would do the job.

Alexey Eremenko wrote:
>> See the last paragraph of
>> http://buildbot.net/repos/release/docs/buildbot.html#WebStatus-Configuration-Parameters
>> (allowForce=True)
> 
> I did it - but with no effect:
> 
> ####### STATUS TARGETS
> c['status'] = []
> 
> from buildbot.status import html
> c['status'].append(html.WebStatus(http_port=8010))
> c['status'].append(html.WebStatus(allowForce=True))
> 
> Is this correct ? Why doesn't HTTP server tells me that Forced builds
> are disabled? It is silent as fish.
> 





More information about the devel mailing list