[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated (8f9df0a -> da000d1)
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated (8f9df0a -> da000d1) |
Date: |
Tue, 18 Jul 2023 16:34:04 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a change to branch master
in repository deployment.
from 8f9df0a buildbot: schedule containerbuilder on any branch
new fc677f3 buildbot: no wallet-core in codespell factory
new da000d1 buildbot: docs.git no longer triggers old factory
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot/master.cfg | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7895c04..f29df44 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -434,7 +434,7 @@ SCHEDULERS.append(schedulers.SingleBranchScheduler(
name="periodic-doc-scheduler",
builderNames=["doc-builder"],
change_filter=util.ChangeFilter(
- branch_re="(master|stable)", project_re="(docs|deployment)"
+ branch_re="(master|stable)", project="deployment"
),
treeStableTimer=None,
))
@@ -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.
- [taler-deployment] branch master updated (8f9df0a -> da000d1),
gnunet <=