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