gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (0b049be0 -> 4208bae9)


From: gnunet
Subject: [taler-exchange] branch master updated (0b049be0 -> 4208bae9)
Date: Wed, 13 Dec 2023 15:50:32 +0100

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

oec pushed a change to branch master
in repository exchange.

    from 0b049be0 -added Nam and clen to dictionary
     new 7f9b4edd -ignore more words
     new 4208bae9 codespell: ignore more files/directories

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:
 contrib/ci/jobs/0-codespell/dictionary.txt |  3 ++-
 contrib/ci/jobs/0-codespell/job.sh         | 15 ++++++++++++---
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/contrib/ci/jobs/0-codespell/dictionary.txt 
b/contrib/ci/jobs/0-codespell/dictionary.txt
index a92c2554..f4ffa794 100644
--- a/contrib/ci/jobs/0-codespell/dictionary.txt
+++ b/contrib/ci/jobs/0-codespell/dictionary.txt
@@ -5,7 +5,6 @@
 # 'foo' and you add 'Foo' _here_, codespell will continue to complain
 #  about 'Foo'.
 #
-Nam
 BRE
 ND
 Nd
@@ -24,10 +23,12 @@ doas
 ect
 ehr
 fo
+ges
 hel
 ifset
 ist
 keypair
+nam
 nd
 onl
 openin
diff --git a/contrib/ci/jobs/0-codespell/job.sh 
b/contrib/ci/jobs/0-codespell/job.sh
index 7be77035..85d25f44 100755
--- a/contrib/ci/jobs/0-codespell/job.sh
+++ b/contrib/ci/jobs/0-codespell/job.sh
@@ -9,16 +9,20 @@ ABOUT-NLS
 **/auditor/*.sql
 *.bbl
 *.bib
+*build-aux*
 *.bst
+*.cache/*
 */cbdc-es.tex
 */cbdc-it.tex
 *.cls
+configure*
 config.status
-contrib/*
+*/contrib/*
 */contrib/hellos/**
 *.dat
 *.deflate
 *.doc
+*/doc/*
 **/doc/flows/main.de.tex
 */doc/texinfo.tex
 *.docx
@@ -41,10 +45,13 @@ contrib/*
 *.jpg
 *.??.json
 *.json
+*/keys/*
 *key
 *.latexmkrc
-*/m4/ax_lib_postgresql.m4
-*/m4/libgcrypt.m4
+*libtool*
+*.log
+*/m4/*
+*.m4
 **/*.map
 *.min.js
 *.mp4
@@ -84,4 +91,6 @@ contrib/*
 EOF
 );
 
+echo Current directory: `pwd`
+
 codespell -I "${job_dir}"/dictionary.txt -S ${skip//$'\n'/,}

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