File: buildbot.default

package info (click to toggle)
buildbot 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,524 kB
  • sloc: python: 169,990; sh: 1,204; makefile: 329; javascript: 119; xml: 16
file content (11 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#MASTER_RUNNER=/usr/bin/buildbot

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

MASTER_ENABLED[1]=0                    # 1-enabled, 0-disabled
MASTER_NAME[1]="default"               # short name printed on start/stop
MASTER_USER[1]="buildbot"              # user to run master as
MASTER_BASEDIR[1]="/var/lib/buildbot/masters/default"  # basedir to master (absolute path)
MASTER_OPTIONS[1]=""                   # buildbot options
MASTER_PREFIXCMD[1]=""                 # prefix command, i.e. nice, linux32, dchroot