gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: add shard-0000.sql


From: gnunet
Subject: [taler-exchange] branch master updated: add shard-0000.sql
Date: Sat, 02 Apr 2022 14:32:02 +0200

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

marco-boss pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 86ee587b add shard-0000.sql
86ee587b is described below

commit 86ee587b03dea238e37e443ded120c101d9a62b1
Author: Marco Boss <bossm8@bfh.ch>
AuthorDate: Sat Apr 2 14:31:59 2022 +0200

    add shard-0000.sql
---
 src/exchangedb/.gitignore  | 1 +
 src/exchangedb/Makefile.am | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/src/exchangedb/.gitignore b/src/exchangedb/.gitignore
index b5d4ff3f..c9ed5547 100644
--- a/src/exchangedb/.gitignore
+++ b/src/exchangedb/.gitignore
@@ -6,4 +6,5 @@ test-exchangedb-signkeys
 test-perf-taler-exchangedb
 bench-db-postgres
 exchange-0001.sql
+shard-0000.sql
 shard-0001.sql
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 305de431..5155b152 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -23,10 +23,12 @@ sql_DATA = \
   drop0001.sql
 
 BUILT_SOURCES = \
+  shard-0000.sql \
   shard-0001.sql \
   exchange-0001.sql
 
 CLEANFILES = \
+  shard-0000.sql \
   shard-0001.sql \
   exchange-0001.sql
 
@@ -36,6 +38,9 @@ exchange-0001.sql: common-0001.sql exchange-0001-part.sql
 shard-0001.sql: common-0001.sql
        cp common-0001.sql $@
 
+shard-0000.sql: exchange-0000.sql
+       cp exchange-0000.sql $@
+
 EXTRA_DIST = \
   exchangedb.conf \
   exchangedb-postgres.conf \

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