gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix tag copy


From: gnunet
Subject: [taler-deployment] branch master updated: fix tag copy
Date: Tue, 27 Apr 2021 00:25:13 +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 1798d19  fix tag copy
1798d19 is described below

commit 1798d19efee76ba6c2054692d123d109b873d594
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Apr 27 00:25:11 2021 +0200

    fix tag copy
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3016dc2..b212b6d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -223,7 +223,7 @@ DOC_FACTORY.addStep(
 )
 DOC_FACTORY.addStep(
     steps.ShellSequence(
-        name="tag",
+        name="prepare merchant",
         description="prepare merchant",
         descriptionDone="merchant prepared",
         commands=[
@@ -246,14 +246,14 @@ DOC_FACTORY.addStep(
 )
 DOC_FACTORY.addStep(
     steps.ShellSequence(
-        name="tag",
+        name="prepare anastasis",
         description="prepare anastasis",
         descriptionDone="doxygen on anastasis finished",
         commands=[
             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"]),
-            util.ShellArg(command=["cp", 
"../exchange/doc/doxygen/taler-merchant.tag", 
"doc/doxygen/taler-merchant.tag"]),
+            util.ShellArg(command=["cp", 
"../exchange/doc/doxygen/taler-exchange.tag", 
"doc/doxygen/taler-exchange.tag"], logname="cp-e"),
+            util.ShellArg(command=["cp", 
"../merchant/doc/doxygen/taler-merchant.tag", 
"doc/doxygen/taler-merchant.tag"], logname="cp-m"),
         ],
         workdir="../../sources/anastasis/"
     )

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