gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: narrow lcov permi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: narrow lcov permissions
Date: Fri, 07 Jun 2019 16:34:48 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7983664  narrow lcov permissions
7983664 is described below

commit 79836648a047262387086eea492e82668d8a5006
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 16:34:41 2019 +0200

    narrow lcov permissions
---
 taler-build/update_exchange.sh | 2 +-
 taler-build/update_merchant.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 9a37bdc..49763df 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -44,7 +44,7 @@ TOP=$(pwd)
   lcov -d $TOP -c --no-external -o doc/coverage/coverage.info
   lcov -r doc/coverage/coverage.info **/test_* -o doc/coverage/rcoverage.info
   genhtml -o doc/coverage doc/coverage/rcoverage.info
-  chmod a+rx -R doc/
+  chmod g+rx -R doc/
 else
   echo "checkdb: $TALER_CHECKDB"
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 3e2d476..3ceeb72 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -51,7 +51,7 @@ TOP=$(pwd)
   lcov -d $TOP -c --no-external -o doc/coverage/coverage.info
   lcov -r doc/coverage/coverage.info **/test_* -o doc/coverage/rcoverage.info
   genhtml -o doc/coverage doc/coverage/rcoverage.info
-  chmod a+rx -R doc/
+  chmod g+rx -R doc/
 else
   TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]