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: usgin --with-twis


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: usgin --with-twister option.
Date: Sat, 17 Mar 2018 02:21:25 +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 fd9649f  usgin --with-twister option.
fd9649f is described below

commit fd9649f0279787324182aebf51b1d5125f99bd8a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Mar 17 02:21:05 2018 +0100

    usgin --with-twister option.
---
 taler-build/update_exchange.sh | 2 ++
 taler-build/update_merchant.sh | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index c6507f3..ecbb81d 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -15,6 +15,7 @@ if test ${1:-notgiven} = "--coverage"; then
   ./configure CFLAGS='-ggdb -O0' \
           --with-libgnurl=$HOME/local \
           --with-microhttpd=$HOME/local \
+          --with-twister=$HOME/local \
           --prefix=$HOME/local --with-gnunet=$HOME/local \
           --enable-logging=verbose \
           --enable-coverage
@@ -22,6 +23,7 @@ else
   ./configure CFLAGS='-ggdb -O0' \
           --with-libgnurl=$HOME/local \
           --with-microhttpd=$HOME/local \
+          --with-twister=$HOME/local \
           --prefix=$HOME/local --with-gnunet=$HOME/local \
           --enable-logging=verbose
 fi
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 6cab4be..1774ca7 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -20,6 +20,7 @@ if test ${1:-notgiven} = "--coverage"; then
     --prefix=$HOME/local --with-gnunet=$HOME/local \
     --with-exchange=$HOME/local \
     --with-microhttpd=$HOME/local \
+    --with-twister=$HOME/local \
     --enable-logging=verbose \
     --enable-coverage
   else
@@ -27,6 +28,7 @@ if test ${1:-notgiven} = "--coverage"; then
     --prefix=$HOME/local --with-gnunet=$HOME/local \
     --with-exchange=$HOME/local \
     --with-microhttpd=$HOME/local \
+    --with-twister=$HOME/local \
     --enable-logging=verbose
 fi
     

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



reply via email to

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