gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sync


From: gnunet
Subject: [taler-deployment] branch master updated: sync
Date: Tue, 23 Aug 2022 23:06:44 +0200

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 e655f8b  sync
e655f8b is described below

commit e655f8b4d57a84cd00128318781e184359c52bc4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 23 23:06:42 2022 +0200

    sync
---
 bin/taler-deployment-prepare            |  2 ++
 bin/taler-deployment-prepare-with-eufin | 19 ++-----------------
 taler-arm/libeufin-sandbox.conf         |  2 +-
 3 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index df0b6ff..fe7aadf 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -76,6 +76,8 @@ else
   taler-exchange-dbinit
 fi
 
+
+
 ##
 ## Step 2: Copy key material and update denom keys
 ##
diff --git a/bin/taler-deployment-prepare-with-eufin 
b/bin/taler-deployment-prepare-with-eufin
index d35895f..60c4736 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -82,21 +82,6 @@ fi
 ## Step 2: Copy key material and update denom keys
 ##
 
-# For demo, make sure the link to shared data between demo-blue and demo-green 
is
-# set up properly.
-case $TALER_ENV_NAME in
-  demo)
-    echo -n "Syminking demo's taler-data/ to the color's home directory.."
-    ln -sfT ~demo/shared-data ~/taler-data
-    # Check if we won't mess up permissions later
-    if [[ ! -g ~/taler-data ]]; then
-      echo "the shared-data directory should have the set-group-id bit set"
-      exit 1
-    fi
-    echo " OK"
-  ;;
-esac
-
 echo -n "Trying to copy the exchange private key from deployment.git.."
 case $TALER_ENV_NAME in
   demo|test|int|local)
@@ -217,13 +202,13 @@ function prepare_nexus_account() {
     --offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null
   echo " OK"
   # Set how often the automatic routing must fetch the bank account.
-  echo -n "Setting background payment initiator.." 
+  echo -n "Setting background payment initiator.."
   libeufin-cli accounts task-schedule $4 \
     --task-type="submit" \
     --task-name='submit-payments-every-second' \
     --task-cronspec='* * *'
   echo " OK"
-  echo -n "Setting background history fetch.." 
+  echo -n "Setting background history fetch.."
   libeufin-cli accounts task-schedule $4 \
     --task-type="fetch" \
     --task-name='fetch-reports-every-second' \
diff --git a/taler-arm/libeufin-sandbox.conf b/taler-arm/libeufin-sandbox.conf
index 1acd036..b13337a 100644
--- a/taler-arm/libeufin-sandbox.conf
+++ b/taler-arm/libeufin-sandbox.conf
@@ -1,4 +1,4 @@
 [libeufin-sandbox]
 TYPE = simple
 BINARY = taler-log-adapter
-OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111
+OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111 
--no-auth

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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