gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] 02/02: move imports up


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/02: move imports up
Date: Sat, 04 Nov 2017 22:04:56 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

commit b7cee7ff66c06498496f4474dd6431d34c7d17bc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 4 22:04:39 2017 +0100

    move imports up
---
 buildbot/master.cfg | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d823bad..212ae5c 100644
--- 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",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]