gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -update buildbot


From: gnunet
Subject: [taler-deployment] branch master updated: -update buildbot
Date: Sun, 26 Jun 2022 14:58:37 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8f0c44e  -update buildbot
8f0c44e is described below

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

    -update buildbot
---
 buildbot/doxygen.sh | 2 +-
 buildbot/master.cfg | 3 ++-
 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,*.d
 [...]
+        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,*.d
 [...]
         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/"
     )

-- 
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]