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 syntax typo


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: fix syntax typo
Date: Mon, 04 Mar 2024 16:00:05 +0100

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 e5f59f6  buildbot: fix syntax typo
e5f59f6 is described below

commit e5f59f69dda71b17d4a1d3cc07f893c0d0234fb5
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Mar 4 09:59:50 2024 -0500

    buildbot: fix syntax typo
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a3bd4d8..188de9f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -639,7 +639,7 @@ for repo in container_repos:
 # Runs every 2 hours (60 seconds * 60 * 2)
 SCHEDULERS.append(schedulers.Periodic(
     name="sandcastle-ng-periodic-scheduler",
-    builderNames="sandcastle-ng-builder",
+    builderNames=["sandcastle-ng-builder"],
     change_filter=util.ChangeFilter(branch="master"),
     periodicBuildTimer=60*60*2
 ))

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