gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: -fix FTBFS
Date: Sun, 01 Aug 2021 19:30:59 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7ee5ffd2 -fix FTBFS
7ee5ffd2 is described below

commit 7ee5ffd2eb241389339116a5df9af5d992b648c9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 1 19:30:57 2021 +0200

    -fix FTBFS
---
 contrib/gana-update.sh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh
index b353d224..8fcf1885 100755
--- a/contrib/gana-update.sh
+++ b/contrib/gana-update.sh
@@ -8,7 +8,14 @@ set -eu
 cd contrib/gana/gnu-taler-error-codes
 make
 cd ../../..
-for n in taler_error_codes.h taler_error_codes.c
+for n in taler_error_codes.c
+do
+    if ! diff contrib/gana/gnu-taler-error-codes/${n} src/util/${n} > /dev/null
+    then
+        cp contrib/gana/gnu-taler-error-codes/$n src/util/$n
+    fi
+done
+for n in taler_error_codes.h
 do
     if ! diff contrib/gana/gnu-taler-error-codes/${n} src/include/${n} > 
/dev/null
     then

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