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: Fix permissions f


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Fix permissions for coverage HTMLs
Date: Wed, 11 Jan 2017 21:57:36 +0100

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 c711162  Fix permissions for coverage HTMLs
c711162 is described below

commit c711162c8aed57e77f208c9da15215e30308560c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 11 21:57:01 2017 +0100

    Fix permissions for coverage HTMLs
---
 taler-build/update_exchange.sh | 1 +
 taler-build/update_merchant.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 6b020d5..5c1c12d 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -37,6 +37,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/
 else
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB 
TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check
 fi
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index d3b8f4b..7c00bdf 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -44,6 +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/
 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]