gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: -prevent editing generated files


From: gnunet
Subject: [taler-exchange] 01/02: -prevent editing generated files
Date: Mon, 13 Jun 2022 09:47:28 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 7876bc06004e45c470aa9bfcd4ab4e8bed6464e4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 13 09:46:31 2022 +0200

    -prevent editing generated files
---
 src/exchangedb/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index f60ecc8f..6145740c 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -41,18 +41,23 @@ CLEANFILES = \
 
 exchange-0001.sql: common-0001.sql exchange-0001-part.sql
        cat common-0001.sql exchange-0001-part.sql >$@
+       chmod -w $@
 
 shard-0001.sql: common-0001.sql shard-0001-part.sql
        cat common-0001.sql shard-0001-part.sql >$@
+       chmod -w $@
 
 shard-0000.sql: exchange-0000.sql
        cp exchange-0000.sql $@
+       chmod -w $@
 
 drop0001.sql: drop-common.sql drop0001-exchange-part.sql
        cat drop-common.sql drop0001-exchange-part.sql >$@
+       chmod -w $@
 
 shard-drop0001.sql: drop-common.sql drop0001-shard-part.sql
        cat drop-common.sql drop0001-shard-part.sql >$@
+       chmod -w $@
 
 EXTRA_DIST = \
   exchangedb.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]