[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: remove deprecated co
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: buildbot: remove deprecated codespell builder |
Date: |
Thu, 07 Sep 2023 03:48:00 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 592fae0 buildbot: remove deprecated codespell builder
592fae0 is described below
commit 592fae07aed8a4c701d46c7529f5bd619f6d6098
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Sep 6 21:47:51 2023 -0400
buildbot: remove deprecated codespell builder
---
buildbot/master.cfg | 98 -----------------------------------------------------
1 file changed, 98 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 521a24a..94e02a4 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -717,104 +717,6 @@ SERVICES.append(reporters.MailNotifier(
NIGHTLY_TRIGGERS.append("linkchecker-builder")
-################ 10: 'check spelling' JOB ###################################
-
-##
-# codespell worker checks for spelling mistakes in code
-# Location: /home/codespell @ taler.net
-WORKERS.append(Worker("codespell-worker", "codespell-pass"))
-
-CODESPELL_FACTORY = create_factory_with_deployment()
-CODESPELL_FACTORY.addStep(
- ShellCommand(
- name="clean old deployment",
- description="cleaning previous doxygen runs",
- descriptionDone="Doxygen cleaned",
- command=["rm", "-rf", "exchange/doc/doxygen/html/",
"merchant/doc/doxygen/html/" ],
- workdir="/home/codespell/sources/"
- )
-)
-CODESPELL_FACTORY.addStep(
- ShellCommand(
- name="fetch gnunet.org sources",
- description="fetching latest deployment repositories from
git.gnunet.org",
- descriptionDone="GNUnet code base updated",
- command=["./update-sources.sh", "git://git.gnunet.org/",
"libmicrohttpd", "gnunet"],
- workdir="../../deployment/buildbot",
- haltOnFailure=True,
- )
-)
-CODESPELL_FACTORY.addStep(
- ShellCommand(
- 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", "sync", "bank", "twister", "challenger"],
- workdir="../../deployment/buildbot",
- haltOnFailure=True,
- )
-)
-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,
[...]
- workdir="/home/codespell/sources/"
- )
-)
-CODESPELL_FACTORY.addStep(
- ShellCommand(
- name="gana",
- description="fetch GANA",
- descriptionDone="GANA obtained",
- command=["./bootstrap" ],
- env={'PATH': "${HOME}/.local/bin:${PATH}"},
- workdir="/home/codespell/sources/exchange/"
- )
-)
-CODESPELL_FACTORY.addStep(
- ShellCommand(
- name="doxygen::exchange",
- description="checking for doxygen mistakes in exchange",
- descriptionDone="doxygen on exchange finished",
- command=["/home/codespell/deployment/buildbot/doxygen.sh",
"taler.doxy" ],
- workdir="/home/codespell/sources/exchange/doc/doxygen"
- )
-)
-CODESPELL_FACTORY.addStep(
- steps.ShellSequence(
- name="tag",
- description="prepare merchant",
- descriptionDone="directory created",
- commands=[
- util.ShellArg(command=["mkdir", "-p", "merchant/doc/doxygen/"]),
- util.ShellArg(command=["cp",
"exchange/doc/doxygen/taler-exchange.tag",
"merchant/doc/doxygen/taler-exchange.tag"]),
- ],
- workdir="/home/codespell/sources/"
- )
-)
-CODESPELL_FACTORY.addStep(
- ShellCommand(
- name="doxygen::merchant",
- description="checking for doxygen mistakes in merchant",
- descriptionDone="doxygen on merchant finished",
- command=["/home/codespell/deployment/buildbot/doxygen.sh",
"taler.doxy" ],
- workdir="/home/codespell/sources/merchant/doc/doxygen"
- )
-)
-
-BUILDERS.append(util.BuilderConfig(
- name="codespell-builder",
- workernames=["codespell-worker"],
- factory=CODESPELL_FACTORY
-))
-
-EMAIL_ALERTS.append("codespell-builder")
-
-CODECHANGE_TRIGGERS.append("codespell-builder")
-
-
################ 11: 'demo checks' JOB ###################################
# This worker is not longer in use - March 10, 2023 - @javisep
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: remove deprecated codespell builder,
gnunet <=