|
|
Line 48: |
Line 48: |
| === Installing Talos === | | === Installing Talos === |
| cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos | | cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos |
|
| |
| =qm-pmac01=
| |
| Setup notes for qm-pmac01 (talos test box)
| |
|
| |
| Syck 0.55 is installed on pmac01 for Talos. Should be installed on the other machines. Installed the main binary and the python extension:
| |
|
| |
| * cd ext/python/
| |
| * python setup.py build
| |
| * sudo python setup.py install
| |
|
| |
| pmac01 also has xcode and ports installed from the reference machine. Sharedmenuframeworks is not installed. Screensaver disabled.
| |
|
| |
| For Talos to work on mac, the Subprocess module must be installed. Download subprocess.py from [https://intranet.mozilla.org/images/2/20/Subprocess.py] and copy into /Library/Python/2.3/site-packages/. Be sure to save the file as 'subprocess.py' with a lowercase 's'.
| |