diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-08 10:13:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-08 11:38:21 +0000 |
commit | 881647d2b55fd0b7d76f088c85cd8ceb2a0a1027 (patch) | |
tree | df78bc44494146bb2f22dc2b6cfa11466d05bca1 /unmaintained/buildbot/buildmaster.confd | |
parent | 4dc192196b495eb6f5e11f6827cc23834c2fd001 (diff) | |
download | aports-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 'unmaintained/buildbot/buildmaster.confd')
-rw-r--r-- | unmaintained/buildbot/buildmaster.confd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unmaintained/buildbot/buildmaster.confd b/unmaintained/buildbot/buildmaster.confd new file mode 100644 index 0000000000..e489d66f9d --- /dev/null +++ b/unmaintained/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="" |