[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: -fix disting
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: -fix disting |
Date: |
Sun, 24 Sep 2023 21:09:01 +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 4202c52 -fix disting
4202c52 is described below
commit 4202c52d050962f53c0ae31aa2269c41a7118d44
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 24 21:08:54 2023 +0200
-fix disting
---
src/cli/Makefile.am | 1 +
src/testing/.gitignore | 4 +++-
src/testing/Makefile.am | 2 +-
.../taler/exchange/offline-keys/secm_tofus.pub | Bin 96 -> 0 bytes
4 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am
index c90cce7..8b2a9a0 100644
--- a/src/cli/Makefile.am
+++ b/src/cli/Makefile.am
@@ -35,6 +35,7 @@ TESTS = \
EXTRA_DIST = \
$(check_SCRIPTS) \
setup.sh \
+ test_reducer_home/.local/share/taler/exchange-offline/master.priv \
test_reducer.conf \
test_reducer_free.conf \
test_free_reducer.conf \
diff --git a/src/testing/.gitignore b/src/testing/.gitignore
index 704d3b7..9ac5ba4 100644
--- a/src/testing/.gitignore
+++ b/src/testing/.gitignore
@@ -1,4 +1,6 @@
test_anastasis
test_anastasisrest_api
-test_anastasis_api_home/.local/share/taler/crypto-*
+test_anastasis_api_home/taler/exchange-secmod-*
+test_anastasis_api_home/taler/auditor/
+test_anastasis_api_home/taler/exchange/offline-keys/secm_tofus.pub
test_anastasis_api.conf.edited
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index d914943..22162d3 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -75,4 +75,4 @@ EXTRA_DIST = \
sms_authentication.sh
MOSTLYCLEANFILES = \
-
test_anastasis_api_home/.local/share/taler/exchange/offline-keys/secm_tofus.pub
+ test_anastasis_api_home/taler/exchange/offline-keys/secm_tofus.pub
diff --git
a/src/testing/test_anastasis_api_home/taler/exchange/offline-keys/secm_tofus.pub
b/src/testing/test_anastasis_api_home/taler/exchange/offline-keys/secm_tofus.pub
deleted file mode 100644
index 09a3ebd..0000000
Binary files
a/src/testing/test_anastasis_api_home/taler/exchange/offline-keys/secm_tofus.pub
and /dev/null differ
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.