commit 0b50f515df7e82c864a05127b442336fa67a7f2c parent 22fc282e5b5854bfd2b6abeb3e0926e77712d81d Author: Daniel Moch <daniel@danielmoch.com> Date: Sun, 2 Dec 2018 19:55:29 -0500 Fix change source passwd Diffstat:
M | server/master.cfg | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/server/master.cfg b/server/master.cfg @@ -34,7 +34,8 @@ c['protocols'] = {'pb': {'port': 9989}} # about source code changes. Here we point to the buildbot version of a python hello-world project. c['change_source'] = [] -c['change_source'].append(changes.PBChangeSource(port=9999, user='gitdotcom', util.Secret('cspass'))) +c['change_source'].append(changes.PBChangeSource(port=9999, + user='gitdotcom', passwd=util.Secret('cspass'))) ####### SCHEDULERS