exchange

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

commit 0240a38f2799efe082d66f741ca55386933477a5
parent befa232c8831d25d526a39667655b6e999c06fb7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Apr 2026 23:02:48 +0200

re-enable ro protection

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

diff --git a/bootstrap b/bootstrap @@ -27,20 +27,20 @@ existence() } # Freeze SQL files that must no longer be edited. -#for n in 0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 -#do -# chmod -w src/exchangedb/exchange-$n.sql* -# chmod -w src/exchangedb/$n-*.sql &> /dev/null || true -#done -#for n in 0001 -#do -# chmod -w src/exchangedb/auditor-triggers-$n.sql* -#done -#for n in 0001 0002 -#do -# chmod -w src/auditordb/auditor-$n.sql* -# chmod -w src/auditordb/$n-*.sql &> /dev/null || true -#done +for n in 0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 +do + chmod -w src/exchangedb/sql-schema/exchange-$n.sql* + 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* +done +for n in 0001 0002 +do + chmod -w src/auditordb/auditor-$n.sql* + chmod -w src/auditordb/$n-*.sql &> /dev/null || true +done if existence uncrustify; then echo "Installing uncrustify hook and configuration"