taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b28b46a8dfa9d9a49d79219bb1ca9433226024f9
parent 1678794109f12656f65393475f2f1dcb9d94186e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Apr 2021 22:18:06 +0200

discard logs here

Diffstat:
Mbuildbot/master.cfg | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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" ) )