taler-deployment

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

commit 70421de351ceb2178077102fb11725ec67bb0bc6
parent 99c742e0d31b691f43efa2762769554a60f4c91f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Feb 2025 15:08:03 +0100

go on public port for non-local buildslaves

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1394,7 +1394,7 @@ c["change_source"] = [pollGnunetSource, pbSource] # least 'port' option that workers 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": "tcp:19989:interface=127.0.0.1"}} +c["protocols"] = {"pb": {"port": "tcp:19989"}} # Load admin password with open("/home/buildbot-master/secrets/admin") as fh: