commit 54b81d4e3443815df1635318ed96e629598bf7a8
parent 633c64d227d7c459b9ab9605d05db905182e9bf8
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 2 Jun 2016 14:40:43 +0200
corerctly reverting lcov builder
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -87,7 +87,7 @@ globalSwitcher.addStep(ShellCommand(name="switcher",
lcov = BuildFactory()
lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
mode='full',
- method='incremental',
+ method='fresh',
alwaysUseLatest=True,
haltOnFailure=True,
branch='master'))