gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated (f9e3280 -> 8f6ab7


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (f9e3280 -> 8f6ab72)
Date: Wed, 26 Jun 2019 23:54:32 +0200

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

marcello pushed a change to branch master
in repository deployment.

    from f9e3280  refactor/simplofy config-gen
     new 4b0b4ef  adapt deployment config-gen script
     new 8f6ab72  keyup deployment script adaption

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/taler-deployment-config-generate | 6 +-----
 bin/taler-deployment-keyup           | 5 -----
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 5430de6..c3ec723 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -9,8 +9,6 @@
 
 set -eu
 
-export PATH="$HOME/deployment":$PATH
-
 if [[ -z ${TALER_CONFIG_ENV+x} ]]; then
   echo "TALER_CONFIG_ENV not set"
   exit 1
@@ -26,6 +24,4 @@ $HOME/deployment/config/generate-config \
   --exchange-pub "$EXCHANGE_PUB" \
   --currency "$TALER_CONFIG_CURRENCY" \
   --outdir $HOME/.config \
-  --shared-outdir $HOME/shared-data \
-  --envname "$TALER_CONFIG_ENV" \
-  --standalone "${TALER_CONFIG_STANDALONE:-0}"
+  --envname "$TALER_CONFIG_ENV"
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 2731289..183bdfc 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -15,11 +15,6 @@ if ! test -f $HOME/.config/taler.conf; then
   exit 1
 fi
 
-if ! test -f $(taler-config -s paths -o taler_deployment_shared -f)/hier.lock; 
then
-  echo "shared-data/ hier not made yet, please run 'taler-deployment-hier' 
first"
-  exit 1
-fi
-
 DATESALT=$(date +%s%N)
 AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o auditor_inputs -f)
 AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f)

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



reply via email to

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