gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -ignore locale/ dir


From: gnunet
Subject: [taler-exchange] branch master updated: -ignore locale/ dir
Date: Sun, 23 Jul 2023 15:01:10 +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 16e2ac07 -ignore locale/ dir
16e2ac07 is described below

commit 16e2ac079eb67d1615e983047d2024015ce9bb42
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 23 15:01:07 2023 +0200

    -ignore locale/ dir
---
 src/mhd/mhd_legal.c                | 3 +++
 src/testing/taler-unified-setup.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index dfda58ac..137cc436 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -658,6 +658,9 @@ TALER_MHD_legal_load (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
 
     if (lang[0] == '.')
       continue;
+    if (0 == strcmp (lang,
+                     "locale"))
+      continue;
     load_language (legal,
                    path,
                    lang);
diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index 48e164c2..7bf14d4f 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -570,7 +570,7 @@ then
              --timeout=1 \
              --user admin \
              --password secret \
-             "http://localhost:8082/"; \
+             "http://localhost:${BANK_PORT}/"; \
              -o /dev/null \
              -O /dev/null >/dev/null || continue
         OK="1"

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