gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: give cmds names


From: gnunet
Subject: [taler-deployment] branch master updated: give cmds names
Date: Mon, 26 Apr 2021 22:16:29 +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 1678794  give cmds names
1678794 is described below

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

    give cmds names
---
 buildbot/master.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c43f829..b372f18 100644
--- 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(

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