blob: e489d66f9d4ba9f5a10013906135a77084838cce (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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=""
|