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: --disable-doc for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: --disable-doc for merchant
Date: Wed, 27 Mar 2019 14:52:52 +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 e45588d  --disable-doc for merchant
e45588d is described below

commit e45588ddfd356a00eee7ae199412dd8850948ada
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 27 14:52:45 2019 +0100

    --disable-doc for merchant
---
 taler-build/update_merchant.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 1774ca7..fe62ed4 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -22,14 +22,16 @@ if test ${1:-notgiven} = "--coverage"; then
     --with-microhttpd=$HOME/local \
     --with-twister=$HOME/local \
     --enable-logging=verbose \
-    --enable-coverage
+    --enable-coverage \
+    --disable-doc
   else
   ./configure CFLAGS='-ggdb -O0' \
     --prefix=$HOME/local --with-gnunet=$HOME/local \
     --with-exchange=$HOME/local \
     --with-microhttpd=$HOME/local \
     --with-twister=$HOME/local \
-    --enable-logging=verbose
+    --enable-logging=verbose \
+    --disable-doc
 fi
     
 make

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



reply via email to

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