gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: clean doxygen before re-runnin


From: gnunet
Subject: [taler-deployment] branch master updated: clean doxygen before re-running codespell
Date: Thu, 22 Oct 2020 09:52:36 +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 bbb2726  clean doxygen before re-running codespell
bbb2726 is described below

commit bbb27265f1223bee7822e3434b93bc92f982e04a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 09:52:35 2020 +0200

    clean doxygen before re-running codespell
---
 buildbot/master.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d739d5a..73bb640 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -718,6 +718,15 @@ CODESPELL_FACTORY.addStep(
     )
 )
 CODESPELL_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
+CODESPELL_FACTORY.addStep(
+    ShellCommand(
+        name="clean old deployment",
+        description="cleaning previous doxygen runs",
+        descriptionDone="Doxygen cleaned",
+        command=["rm", "-r", "exchange/doc/doxygen/html/", 
"merchant/doc/doxygen/html/" ],
+        workdir="/home/codespell//"
+    )
+)
 CODESPELL_FACTORY.addStep(
     ShellCommand(
         name="codespell",

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