Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
chgrp root /etc/sudoers | chgrp root /etc/sudoers | ||
chown root /etc/sudoers | chown root /etc/sudoers | ||
chmod 0440 /etc/sudoers | |||
mkdir /tools | mkdir /tools | ||
| Line 33: | Line 34: | ||
# From Official Repo's | # From Official Repo's | ||
yum install screen strace mysql-devel git gcc python26 \ | yum install screen strace mysql-devel git gcc python26 \ | ||
python26-virtualenv sendmail-cf sendmail | python26-virtualenv sendmail-cf sendmail sed | ||
# Ensure sendmail is on | # Ensure sendmail is on | ||
/sbin/chkconfig sendmail on | /sbin/chkconfig sendmail on | ||
| Line 127: | Line 128: | ||
cp /builds/buildbot/master01/buildbot-configs/Makefile.master \ | cp /builds/buildbot/master01/buildbot-configs/Makefile.master \ | ||
/builds/buildbot/master01/Makefile | /builds/buildbot/master01/Makefile | ||
sed -i | cd /builds/buildbot/master01 | ||
sed -i | sed -i 's!PWD=!PWD:=!' Makefile # Do PWD expansion early | ||
sed -i 's!HG=.*!HG=/usr/bin/hg!' Makefile # Fixup Hg loc | |||
cp /builds/buildbot/master01/master/passwords.py \ | cp /builds/buildbot/master01/master/passwords.py \ | ||
| Line 172: | Line 174: | ||
/sbin/chkconfig buildbot on | /sbin/chkconfig buildbot on | ||
MANUALLY TRANSFER ssh CONFIGs/KEYS | |||
LOOKS like that should be it. | LOOKS like that should be it. | ||
edits