[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated (2596a0b -> f8c2d71)
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated (2596a0b -> f8c2d71) |
Date: |
Sun, 24 Sep 2023 20:37:00 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a change to branch master
in repository anastasis.
from 2596a0b -try to fix anastasis test
new 952a050 -version bump
new f8c2d71 -get tests to work
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:
configure.ac | 2 +-
debian/changelog | 6 ++++++
src/cli/Makefile.am | 6 ++++--
src/cli/test_anastasis_reducer_enter_secret.sh | 2 +-
src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 2 +-
5 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8afa494..c7040bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([anastasis],[0.3.2],[taler-bug@gnu.org])
+AC_INIT([anastasis],[0.4.0],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c])
AC_CONFIG_HEADERS([anastasis_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
index 69a9697..ea8391a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+challenger (0.4.0-1) unstable; urgency=low
+
+ * Actual v0.4.0 release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Wed, 27 Sep 2023 03:50:12 +0200
+
anastasis (0.4.0) unstable; urgency=low
* First work towards packaging v0.4.0.
diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am
index dde974d..c90cce7 100644
--- a/src/cli/Makefile.am
+++ b/src/cli/Makefile.am
@@ -21,8 +21,10 @@ check_SCRIPTS = \
test_anastasis_reducer_enter_secret.sh \
test_anastasis_reducer_recovery_enter_user_attributes.sh \
test_anastasis_reducer_recovery_no_pay.sh \
- test_anastasis_reducer_recovery_hanging.sh \
- test_iban.sh
+ test_anastasis_reducer_recovery_hanging.sh
+
+# Removed for now, libeufin is not yet working OK for this.
+# test_iban.sh
AM_TESTS_ENVIRONMENT=export
ANASTASIS_PREFIX=$${ANASTASIS_PREFIX:-@libdir@};export
PATH=$${ANASTASIS_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset
XDG_CONFIG_HOME;
diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh
b/src/cli/test_anastasis_reducer_enter_secret.sh
index 3b25537..99ad072 100755
--- a/src/cli/test_anastasis_reducer_enter_secret.sh
+++ b/src/cli/test_anastasis_reducer_enter_secret.sh
@@ -236,7 +236,7 @@ taler-wallet-cli \
"$(jq -n '
{
amount: "TESTKUDOS:40",
- corebankApiBaseUrl: $BANK_URL,
+ bankAccessApiBaseUrl: $BANK_URL,
exchangeBaseUrl: $EXCHANGE_URL
}' \
--arg BANK_URL "${BANK_URL}" \
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
index 551ab36..a04cbb2 100755
--- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
+++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
@@ -262,7 +262,7 @@ taler-wallet-cli --no-throttle --wallet-db="$WALLET_DB" api
--expect-success 'wi
"$(jq -n '
{
amount: "TESTKUDOS:100",
- corebankApiBaseUrl: $BANK_URL,
+ bankAccessApiBaseUrl: $BANK_URL,
exchangeBaseUrl: $EXCHANGE_URL
}' \
--arg BANK_URL "${BANK_URL}" \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-anastasis] branch master updated (2596a0b -> f8c2d71),
gnunet <=