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: Give default chec


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Give default checkdb.
Date: Thu, 11 Apr 2019 15:54:40 +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 51dd502  Give default checkdb.
51dd502 is described below

commit 51dd50242cd2310a07f67497c659a651784a4ed6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 11 15:54:28 2019 +0200

    Give default checkdb.
---
 taler-build/update_exchange.sh | 2 ++
 taler-build/update_merchant.sh | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index ecbb81d..1449c2b 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -30,6 +30,8 @@ fi
 
 make install -j4
 
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+
 if test ${1:-notgiven} = "--coverage"; then
 TOP=$(pwd)
   mkdir -p doc/coverage/
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index fe62ed4..ed6cc00 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -37,6 +37,9 @@ fi
 make
 make install
 
+
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+
 if test ${1:-notgiven} = "--coverage"; then
 TOP=$(pwd)
   mkdir -p doc/coverage/

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



reply via email to

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