OLD | NEW |
(Empty) | |
| 1 SLAVE_RUNNER=<%= @slave_runner %> |
| 2 |
| 3 # NOTE: SLAVE_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 #SLAVE_ENABLED[1]=0 # 1-enabled, 0-disabled |
| 8 #SLAVE_NAME[1]="buildmaster #1" # short name printed on start/stop |
| 9 #SLAVE_USER[1]="buildbot" # user to run as |
| 10 #SLAVE_BASEDIR[1]="" # absolute path |
| 11 #SLAVE_OPTIONS[1]="" # buildbot options |
| 12 #SLAVE_PREFIXCMD[1]="" # i.e. nice, linux32, dchroot |
| 13 |
| 14 # Use index=$(($index + 1)) to increase and track the record offset |
| 15 index=0 |
| 16 |
OLD | NEW |