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 clean old doxygen


From: gnunet
Subject: [taler-deployment] branch master updated: fix logic to clean old doxygen
Date: Thu, 22 Oct 2020 11:03:02 +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 8ca7890  fix logic to clean old doxygen
8ca7890 is described below

commit 8ca7890bc9c687f234f6c8eee537412f3940118e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 11:02:57 2020 +0200

    fix logic to clean old doxygen
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index cdb2c40..ee10a89 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -723,7 +723,7 @@ CODESPELL_FACTORY.addStep(
         name="clean old deployment",
         description="cleaning previous doxygen runs",
         descriptionDone="Doxygen cleaned",
-        command=["rm", "-r", "exchange/doc/doxygen/html/", 
"merchant/doc/doxygen/html/" ],
+        command=["rm", "-rf", "exchange/doc/doxygen/html/", 
"merchant/doc/doxygen/html/" ],
         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]