Confirmed users
3,104
edits
Lukasblakk (talk | contribs) |
|||
(7 intermediate revisions by 5 users not shown) | |||
Line 11: | Line 11: | ||
0c3990be2271bf44c1495aa0003b5552 CentOS-5.0-i386-bin-5of6.iso | 0c3990be2271bf44c1495aa0003b5552 CentOS-5.0-i386-bin-5of6.iso | ||
9e6f91a5292f46b02777133765fc03fe CentOS-5.0-i386-bin-6of6.iso | 9e6f91a5292f46b02777133765fc03fe CentOS-5.0-i386-bin-6of6.iso | ||
TB: Thunderbird build clients use a separate /buildbot partition of 80GB. Now that we reboot after each build, be sure to "tune2fs -c 0" the buildbot partition to avoid an fsck of it every 20 reboots. | |||
=== Package Selection === | === Package Selection === | ||
Line 24: | Line 26: | ||
* '''Applications''' | * '''Applications''' | ||
** Editors | ** Editors | ||
** | ** Text-based internet | ||
*** Add lynx | *** Add lynx | ||
* '''Development''' | * '''Development''' | ||
Line 104: | Line 106: | ||
make install 2>&1 | tee /tools/dist/logs/python2.5.1-make_install.log | make install 2>&1 | tee /tools/dist/logs/python2.5.1-make_install.log | ||
cd /tools/ | cd /tools/ | ||
ln -s | ln -s python-2.5.1 python | ||
== Version 3 == | == Version 3 == | ||
Line 527: | Line 529: | ||
==== Install EPEL ==== | ==== Install EPEL ==== | ||
As root, | As root, | ||
rpm -Uvh http:// | rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm | ||
==== Move the JDK ==== | ==== Move the JDK ==== | ||
Line 661: | Line 663: | ||
The buildbot.tac file will automatically be generated to send the slave to the correct staging master (staging-master or sm-staging-try-master). | The buildbot.tac file will automatically be generated to send the slave to the correct staging master (staging-master or sm-staging-try-master). | ||
== | ===Run the slave through staging=== | ||
see [[ReleaseEngineering:BuildSlaveSetup]] | |||