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: parentheses fix


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: parentheses fix
Date: Thu, 30 Nov 2017 11:44:52 +0100

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 73a180b  parentheses fix
73a180b is described below

commit 73a180bc45c8364b289481ed372621018d481cfd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 11:44:20 2017 +0100

    parentheses fix
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 30f0384..ca235f0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -213,9 +213,9 @@ SWITCHER_FACTORY.addStep(ShellCommand(
     description="Building inactive blue-green party.",
     descriptionDone="Compile.",
     command=["./build.sh"],
-    workdir="build/buildbot"),
+    workdir="build/buildbot",
     haltOnFailure=True,
-    flunkOnFailure=False)
+    flunkOnFailure=False))
 SWITCHER_FACTORY.addStep(ShellCommand(
     name="restart services",
     description="Restarting inactive blue-green party.",

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



reply via email to

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