commit 70420772939a15036fa14f0513e38ae2209356b7 parent d1a77987388897c0e0d26d7289145fd4d82ad70d Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 23 Oct 2017 15:34:13 +0200 fix bad argument Diffstat:
| M | buildbot/master.cfg | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -37,7 +37,7 @@ c["protocols"] = {"pb": {"port": "tcp:9989:interface=127.0.0.1"}} # about source code changes. # NOTE: BB is bound to localhost -allcs = changes.PBChangeSource(username="allcs", passwd="allcs") +allcs = changes.PBChangeSource(user="allcs", passwd="allcs") c["change_source"] = [allcs]