Index: modules/buildbot/templates/buildmaster.erb |
diff --git a/modules/buildbot/templates/buildmaster.erb b/modules/buildbot/templates/buildmaster.erb |
new file mode 100644 |
index 0000000000000000000000000000000000000000..24c905fccd5d49534864373e500bd772b06ea566 |
--- /dev/null |
+++ b/modules/buildbot/templates/buildmaster.erb |
@@ -0,0 +1,16 @@ |
+MASTER_RUNNER=<%= @master_runner %> |
+ |
+# NOTE: MASTER_ENABLED has changed its behaviour in version 0.8.4. Use |
+# 'true|yes|1' 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]="buildmaster #1" # short name printed on start/stop |
+#MASTER_USER[1]="buildbot" # user to run as |
+#MASTER_BASEDIR[1]="" # absolute path |
+#MASTER_OPTIONS[1]="" # buildbot options |
+#MASTER_PREFIXCMD[1]="" # i.e. nice, linux32, dchroot |
+ |
+# Use index=$(($index + 1)) to increase and track the record offset |
+index=0 |
+ |