mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 11:21:17 +02:00
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
# 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=""
|