gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix DB launch logic


From: gnunet
Subject: [taler-deployment] branch master updated: fix DB launch logic
Date: Mon, 24 Feb 2020 12:00:32 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7b594a1  fix DB launch logic
7b594a1 is described below

commit 7b594a173bcb3e0a140a1c8d0eb1683551fa5b8a
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 12:00:30 2020 +0100

    fix DB launch logic
---
 buildbot/coverage.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index 4035919..c8794ba 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -12,11 +12,10 @@ TMP_DB_DIR=`mktemp -d tmpXXXXXX`
 $PG_DIR/initdb -D $TMP_DB_DIR/ -A trust
 export PGPORT=5432
 export PGHOST=localhost
-export PGOPTIONS="-c unix_socket_directories='$HOME'"
+$PG_DIR/pg_ctl -D $TMP_DB_DIR/ -o "-c unix_socket_directories=$HOME" -l 
logfile start
 $PG_DIR/createdb talercheck
 $PG_DIR/createdb synccheck
 $PG_DIR/createdb anastasischeck
-$PG_DIR/pg_ctl -D $TMP_DB_DIR/ -o "-c unix_socket_directories=$HOME" -l 
logfile start
 
 
 for codebase in merchant exchange sync ; do

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



reply via email to

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