taler-deployment

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

commit 2f7fef33ea55f766defad8ca6fcdc2c9ff43952d
parent 7ca877b9192cf70c1e35c1126fecc7d0df96e7f3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 22 Dec 2016 16:18:30 +0100

Fix missing scheduler for auto-click builder

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

diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg @@ -68,7 +68,7 @@ forceClick = ForceScheduler( builderNames=["auto-click"]) -c['schedulers'] = [force, gitMaster] +c['schedulers'] = [force, forceClick, gitMaster] ####### BUILDERS # They know *how* to build: which scripts need to be invoked,