taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b7cee7ff66c06498496f4474dd6431d34c7d17bc
parent daf032c755eef2ee508be463bce8ae0aa7adc44b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat,  4 Nov 2017 22:04:39 +0100

move imports up

Diffstat:
Mbuildbot/master.cfg | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1,6 +1,5 @@ -# -*- python -*- -# ex: set filetype=python: - +from buildbot.steps.source.git import Git +from buildbot.steps.shell import ShellCommand from buildbot.plugins import \ (reporters, worker, @@ -131,9 +130,6 @@ c["schedulers"] = [ # 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 - wallet_factory = util.BuildFactory() wallet_factory.addStep(Git( repourl="git://git.taler.net/wallet-webex.git",