[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: try to bind to loopback
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: try to bind to loopback |
Date: |
Wed, 15 Jan 2025 14:25:15 +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 9b8289c try to bind to loopback
9b8289c is described below
commit 9b8289c3bc77fa4312bb789187f43350716b1d52
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 15 14:25:11 2025 +0100
try to bind to loopback
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6e83540..9964fdd 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -732,7 +732,7 @@ c["db"] = {
# the 'change_source' setting tells the buildmaster how it should
# find out about source code changes.
-pbSource = changes.PBChangeSource(port=19990,
+pbSource = changes.PBChangeSource(port="tcp:19990:interface=127.0.0.1",
user="git-buildbot",
passwd="Aer3eari")
--
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: try to bind to loopback,
gnunet <=