File: buildbot-worker.default

package info (click to toggle)
buildbot 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,452 kB
  • sloc: python: 123,237; sh: 1,005; makefile: 303
file content (11 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#WORKER_RUNNER=/usr/bin/buildbot-worker

# 'true|yes|1' values in WORKER_ENABLED to enable instance and 'false|no|0' to
# disable. Other values will be considered as syntax error.

WORKER_ENABLED[1]=0                    # 1-enabled, 0-disabled
WORKER_NAME[1]="default"               # short name printed on start/stop
WORKER_USER[1]="buildbot"              # user to run worker as
WORKER_BASEDIR[1]="/var/lib/buildbot/workers/default"  # basedir to worker (absolute path)
WORKER_OPTIONS[1]=""                   # buildbot options
WORKER_PREFIXCMD[1]=""                 # prefix command, i.e. nice, linux32, dchroot