aports/unmaintained/buildbot/buildmaster.confd
Francesco Colista 881647d2b5 unmaintained/buildbot: moved from community.
The number of requirements are too high, and also requires specific versions.
We can't maintain it.
The best thing to do is having pip install the needed dependencies.
2019-04-08 11:38:21 +00:00

11 lines
218 B
Plaintext

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