gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (03cfd2b1 -> 007cc7ab)


From: gnunet
Subject: [taler-exchange] branch master updated (03cfd2b1 -> 007cc7ab)
Date: Mon, 13 Jun 2022 09:47:27 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from 03cfd2b1 -add default(0)
     new 7876bc06 -prevent editing generated files
     new 007cc7ab -prevent editing of generated files

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/gana-update.sh     | 1 +
 src/exchangedb/Makefile.am | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh
index 80830eb7..12198027 100755
--- a/contrib/gana-update.sh
+++ b/contrib/gana-update.sh
@@ -23,6 +23,7 @@ ensure ()
     if ! diff $src/$fn $dst/$fn > /dev/null
     then
         cp $src/$fn $dst/$fn
+        chmod -w $dst/$fn
     fi
 }
 
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]