Confirmed users
1,364
edits
| Line 89: | Line 89: | ||
The buildslave install above didn't seem to create a /opt/local/bin/twistd symlink so I had to run the following manually (all 1 line): | The buildslave install above didn't seem to create a /opt/local/bin/twistd symlink so I had to run the following manually (all 1 line): | ||
sudo ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/twistd /opt/local/bin/twistd | sudo ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/twistd /opt/local/bin/twistd | ||
Create the <tt>/builds</tt> directory (requires sudo, so can't be done from <tt>./foopies.sh</tt>): | |||
sudo mkdir /builds | |||
sudo chown cltbld:admin /builds | |||
== helper scripts to populate /builds == | == helper scripts to populate /builds == | ||