summaryrefslogtreecommitdiff
path: root/dev-util/buildbot/files/buildmaster.confd
blob: 9bb2eb0328d9a8532fa3bface3d9e64b7f39a9f5 (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/python3.8"
RUNTIME_PYTHON=""