gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix syntax


From: gnunet
Subject: [taler-deployment] branch master updated: fix syntax
Date: Mon, 26 Apr 2021 23:50:02 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 225b769  fix syntax
225b769 is described below

commit 225b76998221248c3951a8cdc8cd8e4dccc81b2e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 23:50:00 2021 +0200

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index dfa2534..3016dc2 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -217,7 +217,7 @@ DOC_FACTORY.addStep(
         descriptionDone="doxygen on exchange finished",
         command=["make", "full" ],
         want_stderr=False,
-        workdir="../../sources/exchange/doc/doxygen"
+        workdir="../../sources/exchange/doc/doxygen",
         haltOnFailure=True,
     )
 )
@@ -392,7 +392,7 @@ LCOV_FACTORY.addStep(
         command=["./build.sh"],
         workdir="../../deployment/buildbot",
         haltOnFailure=True,
-        env={'TALER_COVERAGE': "1"}
+        env={'TALER_COVERAGE': "1"},
     )
 )
 LCOV_FACTORY.addStep(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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