Difference between revisions of "Mozilla BuildBot Trending/BuildBot"
(→Mozilla's BuildBot Sources) |
|||
Line 1: | Line 1: | ||
=Mozilla's BuildBot Sources= | =Mozilla's BuildBot Sources= | ||
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 | |
+ | <code>from buildbot.status import html | ||
+ | c['status'].append(html.WebStatus(http_port=8010, allowForce=True))</code> | ||
==Seneca BuildBot Master Configuration== | ==Seneca BuildBot Master Configuration== | ||
<table> | <table> |
Revision as of 14:40, 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 |