aboutsummaryrefslogtreecommitdiffstats
path: root/community/buildbot/buildmaster.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 12:27:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 12:27:34 +0000
commit87c300e4a4b56d47f71e2f4b18e8e58112e20d41 (patch)
tree912fd1cc440e08754b3a41faf22bade06a24ab0e /community/buildbot/buildmaster.confd
parent537cba6faae5e71f27ace230e2fda7d447b69112 (diff)
downloadaports-87c300e4a4b56d47f71e2f4b18e8e58112e20d41.tar.bz2
aports-87c300e4a4b56d47f71e2f4b18e8e58112e20d41.tar.xz
community/buildbot: upgrade to 0.9.0rc2, moved from testing
Diffstat (limited to 'community/buildbot/buildmaster.confd')
-rw-r--r--community/buildbot/buildmaster.confd10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/buildbot/buildmaster.confd b/community/buildbot/buildmaster.confd
new file mode 100644
index 0000000000..e489d66f9d
--- /dev/null
+++ b/community/buildbot/buildmaster.confd
@@ -0,0 +1,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=""