summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-10-18 13:51:18 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-10-18 13:51:18 +0200
commitd37685124d020eb2490581166756fe3b458dd3da (patch)
tree0420c16e45c50504a978f8b0b6dd06bf45bbcc18
parent17abdc154f55ffa4a36b7ce2529448b4688ef0a6 (diff)
downloaddeployment-d37685124d020eb2490581166756fe3b458dd3da.tar.gz
deployment-d37685124d020eb2490581166756fe3b458dd3da.tar.bz2
deployment-d37685124d020eb2490581166756fe3b458dd3da.zip
bind BB to localhost
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e076d9e..fb91a2a 100644
--- 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