exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 7527e51a34e8d9fbde721353c4503a9f9a964f17
parent fbfda27769502e5592bbb7457983637f2fb667c3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  2 Aug 2026 14:23:13 +0200

fix bootstrap

Diffstat:
Mbootstrap | 14++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -25,18 +25,24 @@ existence() } # Freeze non-generated SQL files that must no longer be edited. -for n in 0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 +for n in 0001 0005 0006 0007 0008 +do + chmod -w src/exchangedb/sql-schema/exchange-$n.sql &>/dev/null || true +done +for n in 0002 0003 0004 0009 0010 0011 do - chmod -w src/exchangedb/sql-schema/exchange-$n.sql* &>/dev/null || true chmod -w src/exchangedb/sql-schema/$n-*.sql &>/dev/null || true done for n in 0001 do chmod -w src/exchangedb/sql-schema/auditor-triggers-$n.sql* &>/dev/null || true done -for n in 0001 0002 +for n in 0001 +do + chmod -w src/auditordb/auditor-$n.sql &>/dev/null || true +done +for n in 0002 0003 do - chmod -w src/auditordb/auditor-$n.sql* &>/dev/null || true chmod -w src/auditordb/$n-*.sql &> /dev/null || true done