Difference between revisions of "Mozilla BuildBot Trending/BuildBot"
(→Mozilla's BuildBot Sources) |
(→Mozilla's BuildBot Sources) |
||
Line 2: | Line 2: | ||
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot - Thanks nthomas | 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 | 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 | + | <br /><code>from buildbot.status import html <br /> |
c['status'].append(html.WebStatus(http_port=8010, allowForce=True))</code> | c['status'].append(html.WebStatus(http_port=8010, allowForce=True))</code> | ||
==Seneca BuildBot Master Configuration== | ==Seneca BuildBot Master Configuration== |
Revision as of 15:41, 22 January 2009
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
from buildbot.status import html
c['status'].append(html.WebStatus(http_port=8010, allowForce=True))
Seneca BuildBot Master Configuration
Build Master | australia - 142.204.133.24 | Build Save Port | 9989 | Web Status Port | 8010 |
Seneca BuildBot Slaves Configuration
Address | liberia - 142.204.133.123 |