summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 12:20:38 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 12:20:38 +0100
commited827ce1bc7bd65d477c87d9b01a3b77c44f9526 (patch)
tree38e47e06d0924a2349a93a89dda9ea053aea6af8 /buildbot/master.cfg
parentc1c13d4863de56c5dd9114bd59e2339e78b1574d (diff)
downloaddeployment-ed827ce1bc7bd65d477c87d9b01a3b77c44f9526.tar.gz
deployment-ed827ce1bc7bd65d477c87d9b01a3b77c44f9526.tar.bz2
deployment-ed827ce1bc7bd65d477c87d9b01a3b77c44f9526.zip
reverting to old style
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 710f888..adac28a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -161,6 +161,8 @@ DEBUG_FACTORY.addStep(ShellCommand(
command=["echo", "I'm here!"]))
LINT_FACTORY = util.BuildFactory()
+LINT_FACTORY.addStep(git_step(
+ "git://git.taler.net/deployment.git"))
LINT_FACTORY.addStep(ShellCommand(
name="invalidation",
description="checking changes",
@@ -175,6 +177,8 @@ LINT_FACTORY.addStep(ShellCommand(
workdir="build/taler-build"))
LCOV_FACTORY = util.BuildFactory()
+LCOV_FACTORY.addStep(git_step(
+ 'git://git.taler.net/deployment.git'))
LCOV_FACTORY.addStep(ShellCommand(
name="invalidation",
description="Invalidating timestamps",
@@ -191,6 +195,8 @@ LCOV_FACTORY.addStep(ShellCommand(
"TALER_CHECKDB": "postgresql:///talercheck?host=/home/${USER}/sockets"}))
SWITCHER_FACTORY = util.BuildFactory()
+SWITCHER_FACTORY.addStep(git_step(
+ 'git://git.taler.net/deployment.git'))
SWITCHER_FACTORY.addStep(ShellCommand(
name="build",
description="Building inactive blue-green party.",