[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: link first
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: link first |
Date: |
Thu, 26 Mar 2020 14:29:35 +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 7e014ac link first
7e014ac is described below
commit 7e014ace9556824e3640fe295eb32127526e564d
Author: Florian Dold <address@hidden>
AuthorDate: Thu Mar 26 18:59:31 2020 +0530
link first
---
bin/taler-deployment-prepare | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 7983db8..81b4250 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -56,6 +56,20 @@ taler-exchange-dbinit
## 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 "linking taler-data"
+ 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
+ ;;
+esac
+
case $TALER_ENV_NAME in
demo|test|int)
EXCHANGE_PUB=$(gnunet-ecc -p
"$HOME/deployment/private-keys/${TALER_ENV_NAME}-exchange-master.priv")
@@ -75,18 +89,6 @@ case $TALER_ENV_NAME in
;;
esac
-case $TALER_ENV_NAME in
- demo)
- echo "linking taler-data"
- 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
- ;;
-esac
-
EXCHANGE_MASTER_PUB=$(taler-config -s exchange -o master_public_key)
taler-auditor-exchange \
-m "$EXCHANGE_MASTER_PUB" \
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: link first,
gnunet <=