gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: Missing ShellComm


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Missing ShellCommand
Date: Wed, 28 Jun 2017 21:59:28 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ffc751e  Missing ShellCommand
ffc751e is described below

commit ffc751ec43760e559fb2d3465aed649831c68dd8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 28 21:59:20 2017 +0200

    Missing ShellCommand
---
 buildbot/master.cfg | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ad20186..ec4c63a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -92,11 +92,12 @@ 
wallet_factory.addStep(Git(repourl='git://git.taler.net/wallet-webex.git',
                            alwaysUseLatest=True,
                            haltOnFailure=True,
                            branch='master'))
-wallet_factory.addStep(name="configuration",
-                       descrition="Running configure script",
-                       descriptionDone="Correctly configured",
-                       command=["./configure && make check"],
-                       workdir="build/")
+
+wallet_factory.addStep(ShellCommand(name="configuration",
+                                    descrition="Running configure script",
+                                    descriptionDone="Correctly configured",
+                                    command=["./configure && make check"],
+                                    workdir="build/")
 
 lcov_factory = util.BuildFactory()
 

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



reply via email to

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