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:19:01 +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 a03db0e  give cmds names
a03db0e is described below

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

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 405de0c..f81ae9d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -227,8 +227,8 @@ DOC_FACTORY.addStep(
         description="prepare merchant",
         descriptionDone="directory created",
         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'),
             util.ShellArg(command=["cp", 
"../exchange/doc/doxygen/taler-exchange.tag", 
"doc/doxygen/taler-exchange.tag"]),
         ],
         workdir="../../sources/merchant/"

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