gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: skip tipping for now


From: gnunet
Subject: [taler-deployment] branch master updated: skip tipping for now
Date: Thu, 12 Jan 2023 23:25:21 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c5b8076  skip tipping for now
c5b8076 is described below

commit c5b80768d7956825167ccb141798038dd01d0a64
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 12 23:25:18 2023 +0100

    skip tipping for now
---
 docker/demo/images/merchant/startup.sh | 55 +++++++++++++++++-----------------
 1 file changed, 28 insertions(+), 27 deletions(-)

diff --git a/docker/demo/images/merchant/startup.sh 
b/docker/demo/images/merchant/startup.sh
index feaca16..2ae8544 100644
--- a/docker/demo/images/merchant/startup.sh
+++ b/docker/demo/images/merchant/startup.sh
@@ -139,33 +139,34 @@ echo -n "Launch Landing..."
 ${HOME}/.local/bin/taler-merchant-demos -c /config/taler.conf --http-port 8083 
landing 2>&1 | rotatelogs -e /logs/landing-%Y-%m-%d.log 86400 &
 echo DONE
 
-echo -n Creating a reserve for tips...
-PAYTO_RESERVE=$(
-  taler-merchant-setup-reserve \
-    --amount ${CURRENCY}:20 \
-    --exchange-url ${EXCHANGE_URL} \
-    --merchant-url http://localhost/instances/survey/ \
-    --apikey "Bearer ${BACKEND_APIKEY}" \
-    --wire-method iban
-)
-
-SANDBOX_URL="http://bank:15000";
-is_serving "${SANDBOX_URL}/demobanks/default/integration-api/config"
-SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-username`
-SURVEY_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-password`
-# Check/wait that the Survey site got its bank account.
-curl "${SANDBOX_URL}/demobanks/default/access-api/public-accounts"
-is_serving 
"${SANDBOX_URL}/demobanks/default/access-api/accounts/${SURVEY_USERNAME}" \
-  "Authorization: Basic $(echo -n $SURVEY_USERNAME:$SURVEY_PASSWORD | base64)"
-export LIBEUFIN_SANDBOX_USERNAME=${SURVEY_USERNAME}
-export LIBEUFIN_SANDBOX_PASSWORD=${SURVEY_PASSWORD}
-libeufin-cli sandbox \
-  --sandbox-url ${SANDBOX_URL} \
-  demobank new-transaction --bank-account ${LIBEUFIN_SANDBOX_USERNAME} \
-  --payto-with-subject ${PAYTO_RESERVE} --amount 20
-unset LIBEUFIN_SANDBOX_USERNAME
-unset LIBEUFIN_SANDBOX_PASSWORD
-echo DONE
+# Skip tipping for now until https://bugs.taler.net/n/7575 is resolved.
+##echo -n Creating a reserve for tips...
+##PAYTO_RESERVE=$(
+##  taler-merchant-setup-reserve \
+##    --amount ${CURRENCY}:20 \
+##    --exchange-url ${EXCHANGE_URL} \
+##    --merchant-url http://localhost/instances/survey/ \
+##    --apikey "Bearer ${BACKEND_APIKEY}" \
+##    --wire-method iban
+##)
+##
+##SANDBOX_URL="http://bank:15000";
+##is_serving "${SANDBOX_URL}/demobanks/default/integration-api/config"
+##SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-username`
+##SURVEY_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-password`
+### Check/wait that the Survey site got its bank account.
+##curl "${SANDBOX_URL}/demobanks/default/access-api/public-accounts"
+##is_serving 
"${SANDBOX_URL}/demobanks/default/access-api/accounts/${SURVEY_USERNAME}" \
+##  "Authorization: Basic $(echo -n $SURVEY_USERNAME:$SURVEY_PASSWORD | 
base64)"
+##export LIBEUFIN_SANDBOX_USERNAME=${SURVEY_USERNAME}
+##export LIBEUFIN_SANDBOX_PASSWORD=${SURVEY_PASSWORD}
+##libeufin-cli sandbox \
+##  --sandbox-url ${SANDBOX_URL} \
+##  demobank new-transaction --bank-account ${LIBEUFIN_SANDBOX_USERNAME} \
+##  --payto-with-subject ${PAYTO_RESERVE} --amount 20
+##unset LIBEUFIN_SANDBOX_USERNAME
+##unset LIBEUFIN_SANDBOX_PASSWORD
+##echo DONE
 
 echo -n "Init sync database..."
 sync-dbinit -L WARNING -c /config/taler.conf

-- 
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]