taler-deployment

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

commit e5f59f69dda71b17d4a1d3cc07f893c0d0234fb5
parent 20c81a8934cc73aa509c764d912ff2b3eafc87b1
Author: Devan Carpenter <devan@taler.net>
Date:   Mon,  4 Mar 2024 09:59:50 -0500

buildbot: fix syntax typo

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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