Greetings,

Here's some notes:
from "buildbot reconfig"

I get:
*./master.cfg:0: DeprecatedWorkerNameWarning: c['slavePortnum'] key is
deprecated, use c['protocols']['pb']['port'] instead*

If I make that change I get:




*    c['protocols']['pb']['port'] =
SConsBB.constants.slavePortnumexceptions.KeyError: 'protocols'Configuration
Errors:  error while parsing config file: 'protocols' (traceback in
logfile)*

The warming should probably say to use the following instead.

c['protocols'] = {"pb": {"port": 10000}}

-Bill
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to