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:55:36 +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 28e7444  -fix sourcing
28e7444 is described below

commit 28e744447f26da04db9c657e2ff174517cde2002
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 15 13:55:34 2025 +0100

    -fix sourcing
---
 buildbot/master.cfg | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b6a929f..6e83540 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -732,17 +732,15 @@ c["db"] = {
 
 # the 'change_source' setting tells the buildmaster how it should
 # find out about source code changes.
-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")
+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

-- 
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]