gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: fix some syntactical


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: fix some syntactical errors
Date: Tue, 13 Jun 2023 06:12:29 +0200

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1ad1456  buildbot: fix some syntactical errors
1ad1456 is described below

commit 1ad145608ac61b272513cc42bccfdce14721276f
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Tue Jun 13 00:11:53 2023 -0400

    buildbot: fix some syntactical errors
---
 buildbot/master.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 253afb3..e2c063d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -28,6 +28,7 @@ import os
 import pathlib
 import re
 
+from buildbot.changes.pb import PBChangeSource
 from buildbot.steps.source.git import Git
 from buildbot.steps.shell import ShellCommand
 from buildbot.plugins import reporters
@@ -1249,7 +1250,7 @@ for reponame in container_repos:
             fileNames.sort()
             for filename in fileNames:
                 if filename.endswith('.sh'):
-                    basedir = pathlib.PurePath(parentDir)
+                    basedir = pathlib.PurePath(parentDir).name
                     container_run_step(basedir,
                                        container_factory,
                                        CONTAINER_WORKDIR, reponame,
@@ -1404,7 +1405,7 @@ c["db"] = {
 
 # the 'change_source' setting tells the buildmaster how it should
 # find out about source code changes.
-c["change_source"] = [changes.PBChangeSource(user="allcs", passwd="allcs")]
+c["change_source"] = [PBChangeSource(user="allcs", passwd="allcs")]
 
 # 'protocols' contains information about protocols which master
 # will use for communicating with workers. You must define at

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