gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove TALER_CHECKDB logic, w


From: gnunet
Subject: [taler-deployment] branch master updated: remove TALER_CHECKDB logic, was only partially supported and makes exchange code unnecessarily messy. We should use VMs to do the separation nicely
Date: Sun, 09 Feb 2020 16:06:50 +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 8624c9a  remove TALER_CHECKDB logic, was only partially supported and 
makes exchange code unnecessarily messy. We should use VMs to do the separation 
nicely
8624c9a is described below

commit 8624c9adea0f96258079437eaf541a35dcb5973a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 9 16:06:38 2020 +0100

    remove TALER_CHECKDB logic, was only partially supported and makes exchange 
code unnecessarily messy. We should use VMs to do the separation nicely
---
 bin/taler-deployment    | 1 -
 bootstrap-reservetopper | 1 -
 buildbot/coverage.sh    | 3 ---
 buildbot/master.cfg     | 2 --
 4 files changed, 7 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 136313e..4e0a58d 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -34,7 +34,6 @@ activate_template = """\
 export PATH="$HOME/deployment/bin:$HOME/local/bin:{curr_path}"
 export PYTHONUSERBASE=$HOME/local
 export TALER_BOOTSTRAP_TIMESTAMP={timestamp}
-export TALER_CHECKDB="postgres:///talercheck-$USER"
 export TALER_CONFIG_CURRENCY={currency}
 export TALER_ENV_NAME={envname}
 export TALER_ENV_URL_INTRO="https://{envname}.taler.net/";
diff --git a/bootstrap-reservetopper b/bootstrap-reservetopper
index 6717d6d..bc53bb0 100755
--- a/bootstrap-reservetopper
+++ b/bootstrap-reservetopper
@@ -74,7 +74,6 @@ function taler-exchange-keyup () {
 
 export PATH="$HOME/deployment/bin:$HOME/local/bin:\$PATH"
 export PYTHONPATH="$HOME/local/lib/python3.5/site-packages"
-export TALER_CHECKDB="postgres:///talercheck-$USER"
 export TALER_CONFIG_CURRENCY=$CURRENCY
 
 # DEPRECATED ALIAS!
diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index 043c55b..e3a22e3 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -16,9 +16,6 @@ for codebase in merchant exchange ; do
   TOP="$HOME/sources/${codebase}/"
   REPORT_DIR="$HOME/sources/${codebase}/coverage_report"
   lcov -d $TOP -z
-  TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB \
-  TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
-  TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   cd $TOP
   make check || true
   mkdir -p $REPORT_DIR
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e043581..8d16da7 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -495,7 +495,6 @@ LCOV_FACTORY.addStep(
         descriptionDone="Taler built",
         command=["./build.sh"],
         workdir="../../deployment/buildbot",
-        env={"TALER_CHECKDB": "postgres:///talercheck-${USER}"},
     )
 )
 
@@ -506,7 +505,6 @@ LCOV_FACTORY.addStep(
         descriptionDone="generating HTML report",
         command=["./coverage.sh"],
         workdir="../../deployment/buildbot",
-        env={"TALER_CHECKDB": "postgres:///talercheck-${USER}"},
     )
 )
 

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



reply via email to

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