blob: 7e77999cf0c8881c5e74fd690a0019cd848f22e8 (
plain)
1
2
3
4
5
6
7
8
9
|
# Path to the build slave's basedir.
BASEDIR="/var/lib/buildbot_worker"
# User account for the buildslave.
# The basedir should be owned by this user.
USERNAME="buildbot"
# Extra options passed to twistd.
TWISTD_OPTS=""
|