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

Unified 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.
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/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
+

Powered by Google App Engine
This is Rietveld