canmove, Confirmed users
6,439
edits
Line 523: | Line 523: | ||
= Post-Install Setup = | = Post-Install Setup = | ||
== IT Stuff == | |||
=== Try slave firewall setup === | |||
'''Only for try slaves''' (try-win32-slaveN) | |||
We need to open up ports for the try slaves to access the OPSI server. For production slaves, the following ports need to be opened between the slave and production-opsi.b.m.o: | |||
* tcp/udp 137-139 | |||
* tcp/445 | |||
* tcp/901 | |||
* tcp/4447 | |||
* icmp ping | |||
For staging slaves, the same changes need to be made, but between the slave and staging-opsi.b.m.o. | |||
== RelEng Stuff == | |||
Post-install instructions are written for the latest version.<br /> | Post-install instructions are written for the latest version.<br /> | ||
'''Open Firefox once to make sure a default profile is created''' (see if this is still needed lsblakk May 27/09) | '''Open Firefox once to make sure a default profile is created''' (see if this is still needed lsblakk May 27/09) | ||
== Installing BuildBot == | === Installing BuildBot === | ||
Because our Buildbot code changes fairly regularly we don't keep a copy of it on the VM. | Because our Buildbot code changes fairly regularly we don't keep a copy of it on the VM. | ||
Line 547: | Line 560: | ||
When you create the slave, be sure to set "umask = 002", and "keepalive = None" in the buildbot.tac and restart it (otherwise we'll start pushing update snippets around with mode 600). | When you create the slave, be sure to set "umask = 002", and "keepalive = None" in the buildbot.tac and restart it (otherwise we'll start pushing update snippets around with mode 600). | ||
== To build mozilla == | === To build mozilla === | ||
The mozconfig for building mozilla should contain the following settings: | The mozconfig for building mozilla should contain the following settings: | ||
Line 554: | Line 567: | ||
CXX=/tools/gcc/bin/g++ | CXX=/tools/gcc/bin/g++ | ||
== switchover from staging to production == | === switchover from staging to production === | ||
* stop slave process | * stop slave process | ||
* switchover the .ssh keys to use production keys | * switchover the .ssh keys to use production keys |