taler-deployment

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

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

give cmds names

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -203,8 +203,8 @@ DOC_FACTORY.addStep( description="Running bootstrap and configure for exchange", descriptionDone="exchange ready for doxygen", commands=[ - util.ShellArg(command=["./bootstrap"]), - util.ShellArg(command=["./configure", "--enable-only-doc"]), + util.ShellArg(command=["./bootstrap"], logname='bootstrap'), + util.ShellArg(command=["./configure", "--enable-only-doc"], logname='configure'), ], workdir="../../sources/exchange/", haltOnFailure=True, @@ -217,6 +217,7 @@ DOC_FACTORY.addStep( descriptionDone="doxygen on exchange finished", command=["make", "full" ], workdir="../../sources/exchange/doc/doxygen" + haltOnFailure=True, ) ) DOC_FACTORY.addStep(