Index: modules/buildbot/templates/buildslave.erb |
diff --git a/modules/buildbot/templates/buildslave.erb b/modules/buildbot/templates/buildslave.erb |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9effdac087e65ca37d95f6cac4e0c1cc32d42403 |
--- /dev/null |
+++ b/modules/buildbot/templates/buildslave.erb |
@@ -0,0 +1,16 @@ |
+SLAVE_RUNNER=<%= @slave_runner %> |
+ |
+# NOTE: SLAVE_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. |
+ |
+#SLAVE_ENABLED[1]=0 # 1-enabled, 0-disabled |
+#SLAVE_NAME[1]="buildmaster #1" # short name printed on start/stop |
+#SLAVE_USER[1]="buildbot" # user to run as |
+#SLAVE_BASEDIR[1]="" # absolute path |
+#SLAVE_OPTIONS[1]="" # buildbot options |
+#SLAVE_PREFIXCMD[1]="" # i.e. nice, linux32, dchroot |
+ |
+# Use index=$(($index + 1)) to increase and track the record offset |
+index=0 |
+ |