[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: go on public port for non-loca
From: |
Admin |
Subject: |
[taler-deployment] branch master updated: go on public port for non-local buildslaves |
Date: |
Tue, 04 Feb 2025 15:08:06 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 70421de go on public port for non-local buildslaves
70421de is described below
commit 70421de351ceb2178077102fb11725ec67bb0bc6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 4 15:08:03 2025 +0100
go on public port for non-local buildslaves
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index cea8ad3..292a899 100644
--- 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:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: go on public port for non-local buildslaves,
Admin <=