changeset 8:e02079ee69d1

master.cfg: add info about config file
author John W. Eaton <jwe@octave.org>
date Fri, 08 Feb 2019 15:58:06 +0000
parents bb8c4f263f94
children 2d30e2976bbe
files master.cfg
diffstat 1 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/master.cfg	Fri Feb 08 15:47:45 2019 +0000
+++ b/master.cfg	Fri Feb 08 15:58:06 2019 +0000
@@ -18,7 +18,24 @@
 
 from buildbot.worker import Worker
 
-## Not in hg archive because it contains password and system configuration info.
+## The octave_buildbot_config file imported below is not in hg archive because
+## it contains password and system configuration info.
+##
+## This file defines two variables, workers and master_id_and_pass, with
+## the following format:
+##
+## workers = {"worker-name-0":
+##            {"pass": "worker-0-password",
+##             "max_builds": 3,
+##             "desc": "info about worker-0"},
+##            "worker-name-1":
+##            {"pass": "worker-1-password",
+##             "max_builds": 3,
+##             "desc": "info about worker-1"},
+##            ...}
+##
+## master_id_and_pass = {"master-login-id" : "master-password"}
+
 import octave_buildbot_config
 
 c["workers"] = []