[Buildbot-devel] Please Help configuring BuildBot

Alexey Eremenko al4321 at gmail.com
Wed Dec 24 10:03:44 UTC 2008


> 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.

-- 
-Alexey Eromenko "Technologov"




More information about the devel mailing list