summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg8
1 files 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(