summaryrefslogtreecommitdiff
path: root/dev-util/buildbot-worker/files/buildbot_worker.confd2
blob: 3ae1d865fdb1e875abc5aa7e7d69a9faa060b26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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=""

# Optional specifiv python version to run in 
# (if not the system default version)
# ie: RUNTIME_PYTHON="/usr/bin/python2.7"
RUNTIME_PYTHON=""