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: use db string fro


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: use db string from env, when set.
Date: Tue, 26 Dec 2017 18:27:08 +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 e1d67ee  use db string from env, when set.
e1d67ee is described below

commit e1d67eee71588e875721466211829e8e2916e8a4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 18:26:47 2017 +0100

    use db string from env, when set.
---
 taler-build/update_bank.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index 42ea74a..731f78e 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -12,4 +12,7 @@ git reset --hard "$branch"
 
 ./bootstrap
 ./configure --prefix="$HOME/local"
-make install check
+if test -z TALER_CHECKDB; then
+  TALER_BANK_ALTDB=$TALER_CHECKDB make install check
+else make install check
+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]