taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 28e744447f26da04db9c657e2ff174517cde2002
parent 44c7f18c541f6294d3a2052e570c3966c794cfd4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Jan 2025 13:55:34 +0100

-fix sourcing

Diffstat:
Mbuildbot/master.cfg | 20+++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)

diff --git 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