[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix disting
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix disting |
Date: |
Sun, 24 Sep 2023 19:30:02 +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 3ecb8bb9 -fix disting
3ecb8bb9 is described below
commit 3ecb8bb922bfbb25207d6cc189a70c7b83324769
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 24 19:29:54 2023 +0200
-fix disting
---
contrib/Makefile.am | 2 ++
src/benchmark/Makefile.am | 3 +--
src/kyclogic/Makefile.am | 9 +++++----
src/testing/Makefile.am | 8 ++++----
4 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 58c89692..e5209039 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -50,6 +50,8 @@ EXTRA_DIST = \
taler-bank-manage-testing \
taler-nexus-prepare \
taler-terms-generator.in \
+ taler-auditor-dbconfig \
+ taler-exchange-dbconfig \
gana-generate.sh \
gana/gnu-taler-error-codes/registry.rec \
gana/gnu-taler-error-codes/Makefile \
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 4740a9f3..c8258462 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -71,5 +71,4 @@ EXTRA_DIST = \
bank-benchmark-cs.conf \
bank-benchmark-rsa.conf \
coins-cs.conf \
- coins-rsa.conf \
- exchange_benchmark_home/.local/share/taler/exchange/offline-keys/master.priv
+ coins-rsa.conf
diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am
index 75ea13b6..91ec901e 100644
--- a/src/kyclogic/Makefile.am
+++ b/src/kyclogic/Makefile.am
@@ -14,15 +14,16 @@ pkgcfg_DATA = \
kyclogic-oauth2.conf \
kyclogic-persona.conf
+bin_SCRIPTS = \
+ taler-exchange-kyc-kycaid-converter.sh \
+ taler-exchange-kyc-persona-converter.sh
+
EXTRA_DIST = \
$(pkgcfg_DATA) \
+ $(bin_SCRIPTS) \
sample.conf \
persona-sample-reply.json
-bin_SCRIPTS = \
- taler-exchange-kyc-kycaid-converter.sh \
- taler-exchange-kyc-persona-converter.sh
-
lib_LTLIBRARIES = \
libtalerkyclogic.la
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 3a4f0632..1622b547 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -569,10 +569,10 @@ EXTRA_DIST = \
test_exchange_api.conf \
test_exchange_api-cs.conf \
test_exchange_api-rsa.conf \
- test_exchange_api_age_restiction.conf \
- test_exchange_api_age_restiction-cs.conf \
- test_exchange_api_age_restiction-rsa.conf \
- test_exchange_api_twisted.conf \
+ test_exchange_api_age_restriction.conf \
+ test_exchange_api_age_restriction-cs.conf \
+ test_exchange_api_age_restriction-rsa.conf \
+ test_exchange_api-twisted.conf \
test_exchange_api_twisted-cs.conf \
test_exchange_api_twisted-rsa.conf \
test_exchange_api_keys_cherry_picking.conf \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -fix disting,
gnunet <=