Difference between revisions of "Mozilla BuildBot Trending/BuildBot"
(→Mozilla's BuildBot Sources) |
|||
Line 5: | Line 5: | ||
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== | ||
− | <table> | + | <table class="mediawiki sortable"> |
<tr> | <tr> | ||
− | <td> | + | <th>Service</th> |
− | <td> | + | <th>IP</th> |
− | < | + | <th>Port</th> |
+ | <th>Start Command</th> | ||
+ | <th>Stop Command</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Mercurial HTTP</td> | ||
+ | <td>142.204.133.24</td> | ||
+ | <td>8000</td> | ||
+ | <td><code>cd /home/buildbot-master/mozilla-central; hg serve</code></td> | ||
+ | <td>press ctrl + c</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | |||
==Seneca BuildBot Slaves Configuration== | ==Seneca BuildBot Slaves Configuration== | ||
− | <table> | + | <table class="mediawiki sortable"> |
<tr> | <tr> | ||
<td>Address</td><td>liberia - 142.204.133.123</td> | <td>Address</td><td>liberia - 142.204.133.123</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 00:06, 24 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
Service | IP | Port | Start Command | Stop Command |
---|---|---|---|---|
Mercurial HTTP | 142.204.133.24 | 8000 | cd /home/buildbot-master/mozilla-central; hg serve |
press ctrl + c |
Seneca BuildBot Slaves Configuration
Address | liberia - 142.204.133.123 |