[users at bb.net] Upgrading to 0.9.0rc2 from 0.8.x notes
Bill Deegan
bill at baddogconsulting.com
Mon Sep 12 00:00:36 UTC 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20160911/f7877936/attachment.html>
More information about the users
mailing list