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

Unified Diff: modules/buildbot/templates/buildslave.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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld