commit 633c64d227d7c459b9ab9605d05db905182e9bf8
parent b4562c48f31a58165c86407a20210c07773baece
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 2 Jun 2016 14:38:35 +0200
addressing the poll A build B repository problem in buildbot
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git 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(