You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/buildbot-worker/files/buildbot_worker.confd2

15 lines
366 B

# 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 specific python version to run in
# (if not the system default version)
# ie: RUNTIME_PYTHON="/usr/bin/python3.8"
RUNTIME_PYTHON=""