Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/buildbot/templates/buildmaster.erb

Issue 29325436: Issue 1281 - Introduce module buildbot (Closed)
Patch Set: Issue 1281 - Fix documentation, improve configuration parameter handling Created Jan. 20, 2016, 4:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 MASTER_RUNNER=<%= @master_runner %>
2
3 # NOTE: MASTER_ENABLED has changed its behaviour in version 0.8.4. Use
4 # 'true|yes|1' to enable instance and 'false|no|0' to disable. Other
5 # values will be considered as syntax error.
6
7 #MASTER_ENABLED[1]=0 # 1-enabled, 0-disabled
8 #MASTER_NAME[1]="buildmaster #1" # short name printed on start/stop
9 #MASTER_USER[1]="buildbot" # user to run as
10 #MASTER_BASEDIR[1]="" # absolute path
11 #MASTER_OPTIONS[1]="" # buildbot options
12 #MASTER_PREFIXCMD[1]="" # i.e. nice, linux32, dchroot
13
14 # Use index=$(($index + 1)) to increase and track the record offset
15 index=0
16
OLDNEW

Powered by Google App Engine
This is Rietveld