taler-deployment

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

commit 34ae810c97ad630fb05d6e381cd8b9bdf052f256
parent 04fe22900e9c698c1e743a0d0f384c186e027aba
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  7 Nov 2016 22:31:57 +0100

buildbot cfg: renaming variables

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 @@ -57,7 +57,7 @@ gitMaster = SingleBranchScheduler( reason="Commit pushed for one of the sub-projects", change_filter=filter.ChangeFilter(branch='master'), treeStableTimer=300, - builderNames=["lonelyness", "lcov-build"]) + builderNames=["lone-builder", "lcov-build"]) force = ForceScheduler( name="force-build",