gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fixing pipeline


From: gnunet
Subject: [taler-exchange] branch master updated: fixing pipeline
Date: Wed, 17 Jan 2024 15:03:08 +0100

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

nic-eigel pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a33f8b41 fixing pipeline
a33f8b41 is described below

commit a33f8b41409c90f34677009626f7e8317d344d40
Author: Nic Eigel <nic@eigel.ch>
AuthorDate: Wed Jan 17 06:28:22 2024 +0100

    fixing pipeline
---
 src/auditordb/Makefile.am | 15 +++++++--------
 src/auditordb/drop.sql    |  2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index af5c5a1e..f7db3062 100644
--- a/src/auditordb/Makefile.am
+++ b/src/auditordb/Makefile.am
@@ -13,19 +13,18 @@ pkgcfg_DATA = \
 
 sqldir = $(prefix)/share/taler/sql/auditor/
 
-sqlinputs = \
-  0002-*.sql \
-  auditor-0002.sql.in
-#  auditor_do_*.sql
-#  procedures.sql.in
-
 sql_DATA = \
   versioning.sql \
   auditor-0001.sql \
-  auditor-0002.sql \
   drop.sql \
   restart.sql
 
+sqlinputs = \
+  0002-*.sql \
+  auditor-0002.sql.in
+#  auditor_do_*.sql
+#  procedures.sql.in
+
 auditor-0002.sql: auditor-0002.sql.in 0002-*.sql
        chmod +w $@ || true
        gcc -E -P -undef - < auditor-0002.sql.in 2>/dev/null | sed -e 
"s/--.*//" | awk 'NF' - >$@
@@ -152,4 +151,4 @@ test_auditordb_postgres_LDADD = \
   $(top_srcdir)/src/pq/libtalerpq.la \
   $(top_srcdir)/src/util/libtalerutil.la \
   -lgnunetutil  \
-  $(XLIB)
+  $(XLIB)
\ No newline at end of file
diff --git a/src/auditordb/drop.sql b/src/auditordb/drop.sql
index b7421b1c..3dff35ec 100644
--- a/src/auditordb/drop.sql
+++ b/src/auditordb/drop.sql
@@ -20,7 +20,7 @@ BEGIN;
 
 -- Drop versioning (auditor-0001.sql)
 SELECT _v.unregister_patch('auditor-0001');
-SELECT _v.unregister_patch('auditor-0002');
+-- SELECT _v.unregister_patch('auditor-0002');
 DROP SCHEMA auditor CASCADE;
 
 -- And we're out of here...

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