commit 9b8289c3bc77fa4312bb789187f43350716b1d52
parent 8472057a00e8540c581a1f5adbc216b1224e057a
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 15 Jan 2025 14:25:11 +0100
try to bind to loopback
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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")