Open main menu

CDOT Wiki β

Changes

Mozilla BuildBot Trending/BuildBot

1,107 bytes added, 01:15, 24 January 2009
m
Mozilla's BuildBot Sources
=Mozilla's BuildBot Sources=
<code>cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot </code> - Thanks nthomas<br />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 />c['status'].append(html.WebStatus(http_port=8010, allowForce=True))</code>==Seneca BuildBot Master Configuration - On Australia==<table border="1" width="100%" class="mediawiki sortable"><tr><th>Service</th><th>Address</th><th>Start Command</th><th>Stop Command</th></tr> <tr><td>Mercurial HTTP</td><td>http://142.204.133.24:8000/</td><td><code>cd /home/buildbot-master/mozilla-central; hg serve</code></td><td>press ctrl + c</td></tr>
==Seneca BuildBot Master Configuration==
<table>
<tr>
<td>Build MasterBuildBot HTTP</td><td>australia - http://142.204.133.24:8010</td><td><code>buildbot start /home/buildbot-master/buildbot-master</code></td><td><code>buildbot stop /home/buildbot-master/buildbot-master</code></td></tr> <tr><td>Build Save BuildBot Slave Port</td><td>142.204.133.24:9989</td><td>Web Status Port<code>buildbot start /home/buildbot-master/buildbot-master</code></td><td>8010<code>buildbot stop /home/buildbot-master/buildbot-master</code></td>
</tr>
</table>
==Seneca BuildBot Slaves Configuration==
<tableborder="1" width="100%" class="mediawiki sortable"><tr><th>Slave Name</th><th>Slave IP</th><th>Computer</th><th>Bot Username</th><th>Builder</th></tr> 
<tr>
<td>Addressaustralia-slave</td><td>liberia - 142.204.133.12324</td><td>australia</td><td>australia-slave</td><td>buildbot-full</td>
</tr>
</table>
1
edit