# 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=""