1
edit
Changes
→Mozilla's BuildBot Sources
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot - Thanks nthomas
To allow the HTTP interface to trigger a build manually, make sure your WebStatus has allForce=True - Thanks bhearsum
<br /><code>from buildbot.status import html
c['status'].append(html.WebStatus(http_port=8010, allowForce=True))</code>
==Seneca BuildBot Master Configuration==