commit d4b52f9c772b35fb615329ed7517c67afc959f96
parent 1335c163026a7aea4e50f2782044dccbf720250c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 17 Feb 2017 15:48:10 +0100
Forgotten imports..
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -68,6 +68,9 @@ c['schedulers'].append(schedulers.ForceScheduler(
# FIXME: the bad side of these builders is that they expect the worker's environment
# to be _already_ set up (codedbases, scripts, etc). In other words, it's not "self-contained".
+from buildbot.steps.source.git import Git
+from buildbot.steps.shell import ShellCommand
+
lcov_factory = util.BuildFactory()
lcov_factory.addStep(Git(repourl='git://git.taler.net/deployment.git',