aboutsummaryrefslogtreecommitdiffstats
path: root/community/buildbot/buildmaster.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-08 10:13:59 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-08 11:38:21 +0000
commit881647d2b55fd0b7d76f088c85cd8ceb2a0a1027 (patch)
treedf78bc44494146bb2f22dc2b6cfa11466d05bca1 /community/buildbot/buildmaster.confd
parent4dc192196b495eb6f5e11f6827cc23834c2fd001 (diff)
downloadaports-881647d2b55fd0b7d76f088c85cd8ceb2a0a1027.tar.bz2
aports-881647d2b55fd0b7d76f088c85cd8ceb2a0a1027.tar.xz
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.
Diffstat (limited to 'community/buildbot/buildmaster.confd')
-rw-r--r--community/buildbot/buildmaster.confd10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/buildbot/buildmaster.confd b/community/buildbot/buildmaster.confd
deleted file mode 100644
index e489d66f9d..0000000000
--- a/community/buildbot/buildmaster.confd
+++ /dev/null
@@ -1,10 +0,0 @@
-
-# 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=""