gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: discard logs here


From: gnunet
Subject: [taler-deployment] branch master updated: discard logs here
Date: Mon, 26 Apr 2021 22:18:08 +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 b28b46a  discard logs here
b28b46a is described below

commit b28b46a8dfa9d9a49d79219bb1ca9433226024f9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 22:18:06 2021 +0200

    discard logs here
---
 buildbot/master.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b372f18..405de0c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -216,6 +216,7 @@ DOC_FACTORY.addStep(
         description="building exchange doxygen documentation",
         descriptionDone="doxygen on exchange finished",
         command=["make", "full" ],
+        want_stderr=False,
         workdir="../../sources/exchange/doc/doxygen"
         haltOnFailure=True,
     )
@@ -239,6 +240,7 @@ DOC_FACTORY.addStep(
         description="building merchant doxygen documentation",
         descriptionDone="doxygen on merchant finished",
         command=["make", "full" ],
+        want_stderr=False,
         workdir="../../sources/merchant/doc/doxygen"
     )
 )

-- 
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]