summaryrefslogtreecommitdiff
path: root/dev-util/buildbot/files/buildmaster.confd
blob: eb3185aef35850689bfb481412c14c951de5d29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Path to the build master's basedir.
BASEDIR=/var/lib/buildmaster

# User account for the buildmaster.
# The basedir should be owned by this user.
USERNAME=buildbot

# Extra options to pass to twistd.
TWISTD_OPTS=""

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