gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: -fix sourcing


From: gnunet
Subject: [taler-deployment] branch master updated: -fix sourcing
Date: Wed, 15 Jan 2025 13:49:01 +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 44c7f18  -fix sourcing
44c7f18 is described below

commit 44c7f18c541f6294d3a2052e570c3966c794cfd4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 15 13:48:59 2025 +0100

    -fix sourcing
---
 buildbot/master.cfg | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a42cb84..b6a929f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -732,15 +732,17 @@ c["db"] = {
 
 # the 'change_source' setting tells the buildmaster how it should
 # find out about source code changes.
-pbSource = PBChangeSource(user="allcs", passwd="allcs")
-
-
-pollGnunetSource = 
changes.GitPoller(repourl='https://git.gnunet.org/gnunet.git',
-                                       branches=True,
-                                      pollInterval=300,
-                                      pollAtLaunch=True,
-                                      project="gnunet")
-
+pbSource
+  = changes.PBChangeSource(port=19990,
+                           user="git-buildbot",
+                           passwd="Aer3eari")
+
+pollGnunetSource
+  = changes.GitPoller(repourl='https://git.gnunet.org/gnunet.git',
+                      branches=True,
+                                     pollInterval=300,
+                                     pollAtLaunch=True,
+                                     project="gnunet")
 c["change_source"] = [pollGnunetSource, pbSource]
 
 # 'protocols' contains information about protocols which master
@@ -748,7 +750,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:9988:interface=127.0.0.1"}}
+c["protocols"] = {"pb": {"port": "tcp:19989:interface=127.0.0.1"}}
 
 # We use nginx to expose the BB under this URL.
 c["buildbotURL"] = "https://buildbot.taler.net/";

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]