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: 12 chars max for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: 12 chars max for currency name and generating auditor blobs for per-user envs.
Date: Tue, 23 May 2017 10:43:56 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 984bf33  12 chars max for currency name and generating auditor blobs 
for per-user envs.
984bf33 is described below

commit 984bf339e40991a2948a9548653703211a3f71dd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 23 10:43:27 2017 +0200

    12 chars max for currency name and generating auditor blobs
    for per-user envs.
---
 bin/taler-deployment-keyup | 12 +++---------
 bootstrap-standalone       |  2 +-
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 6c16586..e6c8fcb 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -3,15 +3,9 @@
 set -eu
 
 auditor_request=${HOME}/shared-data/exchange/auditor-request/auditor_request
-if [[ ${TALER_CONFIG_STANDALONE:-0} = 1 ]]; then
-  # no auditor on env deployments for now
-  taler-exchange-keyup \
-    -m ~/shared-data/exchange/offline-keys/master.priv
-else
-  taler-exchange-keyup \
-    -m ~/shared-data/exchange/offline-keys/master.priv \
-    -o $auditor_request
-fi
+taler-exchange-keyup \
+  -m ~/shared-data/exchange/offline-keys/master.priv \
+  -o $auditor_request
 
 auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f)
 exchange_master_pub=$(taler-config -s exchange -o master_public_key)
diff --git a/bootstrap-standalone b/bootstrap-standalone
index e985e7b..1c8ef99 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -10,7 +10,7 @@ set -eu
 
 ENVNAME=$USER
 BRANCH=master
-CURRENCY=$(echo "*KUDOS-$USER" | cut -c 1-13)
+CURRENCY=$(echo "*KUDOS-$USER" | cut -c 1-12)
 
 cd $HOME
 

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



reply via email to

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