File: buildbot-worker.default

package info (click to toggle)
buildbot 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,080 kB
  • sloc: python: 174,183; sh: 1,204; makefile: 332; javascript: 119; xml: 16
file content (11 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
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]="buildbot-worker #1"    # short name printed on start/stop
WORKER_USER[1]="buildbot"              # user to run worker as
WORKER_BASEDIR[1]=""                   # basedir to worker (absolute path)
WORKER_OPTIONS[1]=""                   # buildbot options
WORKER_PREFIXCMD[1]=""                 # prefix command, i.e. nice, linux32, dchroot