Open main menu

CDOT Wiki β

Changes

Hera Try Server Setup

587 bytes added, 22:06, 16 April 2008
Added buildslaves situation
<big>'''DRAFT'''</big>
 
This is the configuration of the http://hera.senecac.on.ca buildbot try server.
== BuildSlaves ==
Behind the hera front node we have the vmlinux1 and the win1, one accessed by VMWare and the other by Remote Desktop.These contain the buildbot slave's in these locations:* vmlinux1** /home/buildslave/slave and /home/buildslave/slave1* X server** buildbot resides on: '''/usr/local/bin/buildbot''NOTE'** buildslave reside on:''' slaves /Users/awdelyea/buildbot/slave'''* win1** ? == BuildSlaves' requirements ===== All Machines ===* Slaves need to be able to communicate to build master on port '''12345'''* Slaves need to be able to talk to the Try-Server (i.e., web server) to push finished builds back via scp.* '''NOTE2:''' slaves Slaves will have to be able to checkout the latest source code, either from the CVS-mirror that we set up or from Mozilla CVS repository
=== Linux (CentOS 5) ===
python setup.py build
python setup.py install
 
=== OSX ===
* Need VNC access to start build slave. (Something to do with invalid permissions and ssh when building Mozilla)
1
edit