Confirmed users
4,293
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
This procedure will re-create the CentOS 5.0-based reference VM image. | This procedure will re-create the CentOS 5.0-based reference VM image. | ||
'''WARNING: This doc is very likely to be missing changes''' | |||
= Things Done For You = | = Things Done For You = | ||
| Line 181: | Line 183: | ||
== Installing BuildBot == | == Installing BuildBot == | ||
'''This section is out of date, it's not pulling buildbot on a tag''' | |||
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. | ||
export PATH="/tools/twisted/bin:/tools/twisted-core/bin:$PATH" | export PATH="/tools/twisted/bin:/tools/twisted-core/bin:$PATH" | ||
| Line 205: | Line 209: | ||
CC=/tools/gcc/bin/gcc | CC=/tools/gcc/bin/gcc | ||
CXX=/tools/gcc/bin/g++ | CXX=/tools/gcc/bin/g++ | ||
= Reference VM = | |||
We now have a reference VM, CentOS-5-x64-ref, cloned from moz2-linux64-slave01 on 2009-10-15. At some point earlier we cloned moz2-linux64-slave02 from 01. I have no idea how the things KaiRo added to this doc relate to what happened to that MoCo box, autoconf is not something we'd normally do in post-clone setup. That said, the following changes have since been made: | |||
* Disable vncserver (as root: <tt>chkconfig --levels 2345 vncserver off</tt>) | |||
* Disable X on boot (as root: <tt>id:3:initdefault:</tt> in /etc/inittab) | |||
* Disable graphical boot display (as root: <tt>GRAPHICAL=no</tt> in /etc/sysconfig/init) | |||
* Move the buildbot slave from /builds/moz_slave to /builds/slave by copying buildbot.tac over, and fixing up the path therein. Update the path in /etc/default/buildbot also. Contents of moz2_slave removed. | |||