taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit d37685124d020eb2490581166756fe3b458dd3da
parent 17abdc154f55ffa4a36b7ce2529448b4688ef0a6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 18 Oct 2017 13:51:18 +0200

bind BB to localhost

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -29,7 +29,7 @@ c["workers"] = [worker.Worker("lcov-worker", "lcov-pass"), # could connect to your master with this protocol. # 'port' must match the value configured into the workers (with their # --master option) -c["protocols"] = {"pb": {"port": 9989}} +c["protocols"] = {"pb": {"port": "tcp:9989:interface=127.0.0.1"}} ####### CHANGESOURCES