taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8f0c44e4f9cec0d6828a016f9d8556ba0c974871
parent ad70b553e83336b7cb1e86c8ec447ad634a0d021
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 26 Jun 2022 14:58:31 +0200

-update buildbot

Diffstat:
Mbuildbot/doxygen.sh | 2+-
Mbuildbot/master.cfg | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 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 @@ -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/" )