gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not depend on umask bits


From: gnunet
Subject: [taler-exchange] branch master updated: do not depend on umask bits
Date: Mon, 27 Jun 2022 21:59:43 +0200

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

sebasjm pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6e8be2a0 do not depend on umask bits
6e8be2a0 is described below

commit 6e8be2a0b414500af2a6e92222d5bb1d7d3c63e0
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 27 16:59:32 2022 -0300

    do not depend on umask bits
---
 src/exchangedb/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 07c0bf68..afa2a3ac 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -50,27 +50,27 @@ CLEANFILES = \
 exchange-0001.sql: common-0001.sql exchange-0001-part.sql
        chmod +w $@ || true
        cat common-0001.sql exchange-0001-part.sql >$@
-       chmod -w $@
+       chmod ugo-w $@
 
 shard-0001.sql: common-0001.sql shard-0001-part.sql
        chmod +w $@ || true
        cat common-0001.sql shard-0001-part.sql >$@
-       chmod -w $@
+       chmod ugo-w $@
 
 shard-0000.sql: exchange-0000.sql
        chmod +w $@ || true
        cp exchange-0000.sql $@
-       chmod -w $@
+       chmod ugo-w $@
 
 drop0001.sql: drop-common.sql drop0001-exchange-part.sql
        chmod +w $@ || true
        cat drop-common.sql drop0001-exchange-part.sql >$@
-       chmod -w $@
+       chmod ugo-w $@
 
 shard-drop0001.sql: drop-common.sql drop0001-shard-part.sql
        chmod +w $@ || true
        cat drop-common.sql drop0001-shard-part.sql >$@
-       chmod -w $@
+       chmod ugo-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]