commit b4562c48f31a58165c86407a20210c07773baece
parent 37c66de886b5d8c1924433c745d5c095f889eacb
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 2 Jun 2016 14:15:35 +0200
buildbot mode incremental
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -74,8 +74,7 @@ import os
globalSwitcher = BuildFactory()
globalSwitcher.addStep(Git(repourl='git://git.taler.net/deployment.git',
- mode='full',
- method='fresh',
+ mode='incremental',
haltOnFailure=True,
branch='master'))
globalSwitcher.addStep(ShellCommand(name="switcher",
@@ -85,8 +84,7 @@ globalSwitcher.addStep(ShellCommand(name="switcher",
workdir="build/taler-build"))
lcov = BuildFactory()
lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
- mode='full',
- method='fresh',
+ mode='incremental',
haltOnFailure=True,
branch='master'))
lcov.addStep(ShellCommand(