taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 51dd50242cd2310a07f67497c659a651784a4ed6
parent c069a6aa882d13c20eb94326a43105e49dbcafd3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 11 Apr 2019 15:54:28 +0200

Give default checkdb.

Diffstat:
Mtaler-build/update_exchange.sh | 2++
Mtaler-build/update_merchant.sh | 3+++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git 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 @@ -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/