# HG changeset patch # User John W. Eaton # Date 1549641486 0 # Node ID e02079ee69d13eff8f1397ba3f1c967b4f460379 # Parent bb8c4f263f94930bde4a9b3b96c5ba5f1d3cfda3 master.cfg: add info about config file diff -r bb8c4f263f94 -r e02079ee69d1 master.cfg --- 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"] = []