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: remove not-so-use


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: remove not-so-useful check
Date: Tue, 26 Dec 2017 18:32:23 +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 247532d  remove not-so-useful check
247532d is described below

commit 247532df05c5995c99313f9d033b193d5083074c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 18:32:10 2017 +0100

    remove not-so-useful check
---
 taler-build/update_bank.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index 731f78e..09681d7 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -12,7 +12,4 @@ git reset --hard "$branch"
 
 ./bootstrap
 ./configure --prefix="$HOME/local"
-if test -z TALER_CHECKDB; then
-  TALER_BANK_ALTDB=$TALER_CHECKDB make install check
-else make install check
-fi
+TALER_BANK_ALTDB=$TALER_CHECKDB make install check

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



reply via email to

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