Confirmed users
1,364
edits
(how to get bluetooth to _stay_ off) |
(made 1 liner (or could have added "exit" line)) |
||
| Line 81: | Line 81: | ||
exit | exit | ||
The buildslave install above didn't seem to create a /opt/local/bin/twistd symlink so I had to run the following manually: | 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 | sudo ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/twistd /opt/local/bin/twistd | ||
== helper scripts to populate /builds == | == helper scripts to populate /builds == | ||