canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 523: | Line 523: | ||
= Post-Install Setup = | = Post-Install Setup = | ||
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 == | |||
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 560: | Line 547: | ||
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 == | |||
The mozconfig for building mozilla should contain the following settings: | The mozconfig for building mozilla should contain the following settings: | ||
Line 567: | Line 554: | ||
CXX=/tools/gcc/bin/g++ | CXX=/tools/gcc/bin/g++ | ||
== 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 |