gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: disable sync in merchant conta


From: gnunet
Subject: [taler-deployment] branch master updated: disable sync in merchant container
Date: Mon, 23 Jan 2023 18:08:06 +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 9d27a1c  disable sync in merchant container
9d27a1c is described below

commit 9d27a1c41551bcbc3b5da8e5bea89ae1f7f5fff0
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 23 18:08:03 2023 +0100

    disable sync in merchant container
---
 sandcastle/images/merchant/startup.sh | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/sandcastle/images/merchant/startup.sh 
b/sandcastle/images/merchant/startup.sh
index 2ae8544..8fe8bce 100644
--- a/sandcastle/images/merchant/startup.sh
+++ b/sandcastle/images/merchant/startup.sh
@@ -168,15 +168,16 @@ echo DONE
 ##unset LIBEUFIN_SANDBOX_PASSWORD
 ##echo DONE
 
-echo -n "Init sync database..."
-sync-dbinit -L WARNING -c /config/taler.conf
-echo DONE
-
-echo -n "Launching sync..."
-sync-httpd -L WARNING -c /config/taler.conf 2>&1 | \
-  rotatelogs -e /logs/sync-httpd-%Y-%m-%d.log 86400 &
-echo DONE
-
-is_serving $SYNC_URL
+# Sync should be put into a separate container: 
https://bugs.gnunet.org/view.php?id=7605
+#echo -n "Init sync database..."
+#sync-dbinit -L WARNING -c /config/taler.conf
+#echo DONE
+#
+#echo -n "Launching sync..."
+#sync-httpd -L WARNING -c /config/taler.conf 2>&1 | \
+#  rotatelogs -e /logs/sync-httpd-%Y-%m-%d.log 86400 &
+#echo DONE
+#
+#is_serving $SYNC_URL
 
 wait -n

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