gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

grothoff pushed a commit to branch master
in repository exchange.

commit 007cc7abe8aa4430e78ee833ba874bb9b2f5c8a9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 13 09:47:25 2022 +0200

    -prevent editing of generated files
---
 contrib/gana-update.sh | 1 +
 1 file changed, 1 insertion(+)

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
 }
 

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