gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix logic to copy file


From: gnunet
Subject: [taler-deployment] branch master updated: fix logic to copy file
Date: Thu, 22 Oct 2020 11:02:10 +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 46bc998  fix logic to copy file
46bc998 is described below

commit 46bc9981a65eddd28bc5549cd97ef40baa3f313e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 11:02:09 2020 +0200

    fix logic to copy file
---
 buildbot/master.cfg | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 2f89358..cdb2c40 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -758,13 +758,23 @@ CODESPELL_FACTORY.addStep(
     )
 )
 
+CODESPELL_FACTORY.addStep(
+    ShellCommand(
+        name="tag",
+        description="prepare merchant",
+        descriptionDone="directory created",
+        command=["mkdir", "-p", "merchant/doc/doxygen/"],
+        workdir="/home/codespell/sources/"
+    )
+)
+
 CODESPELL_FACTORY.addStep(
     ShellCommand(
         name="tag",
         description="copying tag file to merchant",
         descriptionDone="tag file copied",
-        command=["cp", "taler-exchange.tag", 
"/home/codespell/merchant/doc/doxygen/taler-exchange.tag"],
-        workdir="/home/codespell/sources/exchange/doc/doxygen"
+        command=["cp", "exchange/doc/doxygen/taler-exchange.tag", 
"merchant/doc/doxygen/taler-exchange.tag"],
+        workdir="/home/codespell/sources/"
     )
 )
 

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