gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -fix script after MS renames


From: gnunet
Subject: [taler-anastasis] branch master updated: -fix script after MS renames
Date: Mon, 23 Aug 2021 08:06:30 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 082248b  -fix script after MS renames
082248b is described below

commit 082248b9b72f1db4ab2662b655a60445549882e3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 23 08:06:26 2021 +0200

    -fix script after MS renames
---
 contrib/Makefile.am  | 4 ++--
 src/cli/test_iban.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 35f2bf6..c0ab873 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -8,8 +8,8 @@ pkgdatadir= $(prefix)/share/anastasis/
 EXTRA_DIST = \
   $(pkgdata_DATA) \
   pogen.sh \
-  contrib/uncrustify.cfg \
-  contrib/uncrustify_precommit \
+  uncrustify.cfg \
+  uncrustify_precommit \
   gana.sh \
   gana-update.sh \
   microhttpd.tag
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index 54d8b06..fe6f59c 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -284,7 +284,7 @@ echo -n "Configuring Anastasis IBAN account ..."
 anastasis-config -c $CONF \
                  -s authorization-iban \
                  -o CREDIT_IBAN \
-                 -V ${IBAN1}
+                 -V ${IBAN_CREDIT}
 anastasis-config -c $CONF \
                  -s authorization-iban \
                  -o WIRE_GATEWAY_URL \
@@ -341,7 +341,7 @@ anastasis-reducer -a \
   enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err
 echo -n ","
 
-BASEIBAN=`echo $IBAN2 | gnunet-base32`
+BASEIBAN=`echo $IBAN_DEBIT | gnunet-base32`
 anastasis-reducer -a \
   "$(jq -n '{ authentication_method: {
     type: "iban",

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