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: fix argument pass


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix argument passing.
Date: Fri, 09 Mar 2018 12:02:19 +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 ad0ea0a  fix argument passing.
ad0ea0a is described below

commit ad0ea0a58c62fe3917147e2d711cd85c9c61b2fb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 12:02:01 2018 +0100

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f0ac56e..302e559 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -218,8 +218,8 @@ LCOV_FACTORY.addStep(ShellCommand(
     description="Invalidating timestamps",
     descriptionDone="timestamps invalidated",
     command=["./invalidate.sh"],
-    workdir="build/taler-build"),
-    env={"TALER_ENV_NAME": "not-test"}) # work-around 'set -eu'
+    workdir="build/taler-build",
+    env={"TALER_ENV_NAME": "not-test"})) # work-around 'set -eu'
 LCOV_FACTORY.addStep(ShellCommand(
     name="build",
     description="Compiling..",

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



reply via email to

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