gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: enable actual codespell build


From: gnunet
Subject: [taler-deployment] branch master updated: enable actual codespell build step
Date: Wed, 22 Jul 2020 23:20:33 +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 22eeea0  enable actual codespell build step
22eeea0 is described below

commit 22eeea0d80d6e08407e4dd10fce5615927cf3dad
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 22 23:20:30 2020 +0200

    enable actual codespell build step
---
 buildbot/master.cfg | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index cbf81df..d2361b4 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -717,7 +717,15 @@ CODESPELL_FACTORY.addStep(
     )
 )
 CODESPELL_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
-
+CODESPELL_FACTORY.addStep(
+    ShellCommand(
+        name="codespell",
+        description="spell checking repositories",
+        descriptionDone="Spell check complete",
+        command=["/home/codespell/.local/bin/codespell", "-S", 
"*.bib,*.png,*/afl-tests/*,*/.git/**,*.pdf,*.epub", "anastasis", "bank", 
"exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", 
"wallet-core"],
+        workdir="/home/codespell"
+    )
+)
 
 
 LCOV_FACTORY = create_factory_with_deployment()

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