summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-02 14:38:35 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-02 14:38:35 +0200
commit633c64d227d7c459b9ab9605d05db905182e9bf8 (patch)
tree9f4279976e395c108e592146a0bd62da6fb66201
parentb4562c48f31a58165c86407a20210c07773baece (diff)
downloaddeployment-633c64d227d7c459b9ab9605d05db905182e9bf8.tar.gz
deployment-633c64d227d7c459b9ab9605d05db905182e9bf8.tar.bz2
deployment-633c64d227d7c459b9ab9605d05db905182e9bf8.zip
addressing the poll A build B repository problem in 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(