gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 01/02: buildbot: no wallet-core in codespell factory


From: gnunet
Subject: [taler-deployment] 01/02: buildbot: no wallet-core in codespell factory
Date: Tue, 18 Jul 2023 16:34:05 +0200

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

commit fc677f348c108d69e442b9408064c3dd344d9405
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jul 17 17:21:23 2023 -0400

    buildbot: no wallet-core in codespell factory
    
    codespell for wallet-core is now run inside of the wallet-core builder
---
 buildbot/master.cfg | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7895c04..d2e8b33 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -790,18 +790,17 @@ CODESPELL_FACTORY.addStep(
         name="fetch taler.net sources",
         description="fetching latest deployment repositories from 
git.taler.net",
         descriptionDone="Taler code base updated",
-        command=["./update-sources.sh", "git://git.taler.net/", "exchange", 
"merchant", "wallet-core", "sync", "bank", "twister", "challenger"],
+        command=["./update-sources.sh", "git://git.taler.net/", "exchange", 
"merchant", "sync", "bank", "twister", "challenger"],
         workdir="../../deployment/buildbot",
         haltOnFailure=True,
     )
 )
-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", "-I", 
"/home/codespell/deployment/codespell/dictionary.txt", "-S", 
"*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/templating/test?/**,**/auditor/*.sql,**/templating/mustach**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,
 [...]
+        command=["/home/codespell/.local/bin/codespell", "-I", 
"/home/codespell/deployment/codespell/dictionary.txt", "-S", 
"*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/templating/test?/**,**/auditor/*.sql,**/templating/mustach**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,
 [...]
         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]