summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-26 14:58:31 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-26 14:58:31 +0200
commit8f0c44e4f9cec0d6828a016f9d8556ba0c974871 (patch)
tree9a92fc263a611706ce6ec53bb733ed7b8914c966 /buildbot
parentad70b553e83336b7cb1e86c8ec447ad634a0d021 (diff)
downloaddeployment-8f0c44e4f9cec0d6828a016f9d8556ba0c974871.tar.gz
deployment-8f0c44e4f9cec0d6828a016f9d8556ba0c974871.tar.bz2
deployment-8f0c44e4f9cec0d6828a016f9d8556ba0c974871.zip
-update buildbot
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/doxygen.sh2
-rw-r--r--buildbot/master.cfg3
2 files changed, 3 insertions, 2 deletions
diff --git a/buildbot/doxygen.sh b/buildbot/doxygen.sh
index 23db715..9c04fbf 100755
--- a/buildbot/doxygen.sh
+++ b/buildbot/doxygen.sh
@@ -3,7 +3,7 @@
set -eu
doxygen $1 2> doxygen.err.raw
-grep -v "has multiple @param" doxygen.err.raw | grep -v "too many nodes" > doxygen.err || true
+cat doxygen.err.raw | grep -v "too many nodes" > doxygen.err || true
cat doxygen.err
LC=`cat doxygen.err | wc -l`
if [[ $LC = 0 ]]
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 99992d9..b710159 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -798,7 +798,7 @@ CODESPELL_FACTORY.addStep(
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,*/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,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,**/*.map,**/fonts/**,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub,**/signing-key.asc,**/pnpm-lock.yaml,**/*.svg,**/*.cls,**/rfc.bib,**/*.bst", "bank", "exchange", "gnunet", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"],
+ command=["/home/codespell/.local/bin/codespell", "-I", "/home/codespell/deployment/codespell/dictionary.txt", "-S", "*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/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,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,**/*.map,**/fonts/**,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub,**/signing-key.asc,**/pnpm-lock.yaml,**/*.svg,**/*.cls,**/rfc.bib,**/*.bst,*/cbdc-es.tex,*/cbdc-it.tex", "bank", "exchange", "libmicrohttpd", "merchant", "sync", "twister", "wallet-core"],
workdir="/home/codespell/sources/"
)
)
@@ -807,6 +807,7 @@ CODESPELL_FACTORY.addStep(
name="gana",
description="fetch GANA",
descriptionDone="GANA obtained",
+ command=["./bootstrap" ],
command=["contrib/gana.sh" ],
workdir="/home/codespell/sources/exchange/"
)