diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:37:14 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:38:38 +0000 |
commit | 839bdebd48f32e993bc8d1ff1ceb826a9ee7039d (patch) | |
tree | fcbad821918d621b9ef409b91b52fe7e8148ee56 /testing/buildbot-slave/buildslave.confd | |
parent | e980ad2e29a93652505f0c6c04c9e12538b43392 (diff) | |
download | aports-839bdebd48f32e993bc8d1ff1ceb826a9ee7039d.tar.bz2 aports-839bdebd48f32e993bc8d1ff1ceb826a9ee7039d.tar.xz |
testing/buildbot-slave: new aport
Diffstat (limited to 'testing/buildbot-slave/buildslave.confd')
-rw-r--r-- | testing/buildbot-slave/buildslave.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/buildbot-slave/buildslave.confd b/testing/buildbot-slave/buildslave.confd new file mode 100644 index 0000000000..4ef42c4a73 --- /dev/null +++ b/testing/buildbot-slave/buildslave.confd @@ -0,0 +1,9 @@ +# Path to the build slave's basedir. +BASEDIR="/var/lib/buildslave" + +# User account for the buildslave. +# The basedir should be owned by this user. +USERNAME="buildbot" + +# Extra options passed to twistd. +TWISTD_OPTS="" |