From 633c64d227d7c459b9ab9605d05db905182e9bf8 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 2 Jun 2016 14:38:35 +0200 Subject: addressing the poll A build B repository problem in buildbot --- buildbot/master.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 80e62df..99ee3c0 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -74,7 +74,9 @@ import os globalSwitcher = BuildFactory() globalSwitcher.addStep(Git(repourl='git://git.taler.net/deployment.git', - mode='incremental', + mode='full', + method='fresh', + alwaysUseLatest=True, haltOnFailure=True, branch='master')) globalSwitcher.addStep(ShellCommand(name="switcher", @@ -84,7 +86,9 @@ globalSwitcher.addStep(ShellCommand(name="switcher", workdir="build/taler-build")) lcov = BuildFactory() lcov.addStep(Git(repourl='git://git.taler.net/deployment.git', - mode='incremental', + mode='full', + method='incremental', + alwaysUseLatest=True, haltOnFailure=True, branch='master')) lcov.addStep(ShellCommand( -- cgit v1.2.3