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: Commenting deploy


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Commenting deployment scripts.
Date: Fri, 08 Jun 2018 13:08:48 +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 93acb96  Commenting deployment scripts.
93acb96 is described below

commit 93acb96955315e1e86f7b7ca8be429d5b0b9face
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 8 13:08:28 2018 +0200

    Commenting deployment scripts.
---
 bin/taler-deployment-config-generate | 11 +++++++----
 bin/taler-deployment-config-sign     |  7 +++++++
 bin/taler-deployment-keyup           |  6 ++++++
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index edf4360..67fd968 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -1,8 +1,11 @@
 #!/bin/bash
 
-# (Re-)generate the taler configuration based on environment variables.
-# These variables are usually defined in ~/activate.
+# Generate the taler configuration based on environment variables.
+# These variables are usually defined in $HOME/activate.
 # Some configuration files still need to be signed with 
taler-deployment-config-sign.
+# It overwrites previous config files.
+#
+#
 
 set -eu
 
@@ -35,7 +38,7 @@ exchange_pub=$(gnunet-ecc -p 
$HOME/shared-data/exchange/offline-keys/master.priv
 $HOME/deployment/config/generate-config \
   --exchange-pub "$exchange_pub" \
   --currency "$TALER_CONFIG_CURRENCY" \
-  --outdir ~/.config \
-  --shared-outdir ~/shared-data \
+  --outdir $HOME/.config \
+  --shared-outdir $HOME/shared-data \
   --envname "$TALER_CONFIG_ENV" \
   --standalone "${TALER_CONFIG_STANDALONE:-0}"
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index ff170f5..bf4372a 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -1,5 +1,12 @@
 #!/usr/bin/env bash
 
+# Get the exchange wire details signed.
+# Running this command again will produce different
+# signatures, as it generates a salt upon each invocation.
+#
+#
+
+
 set -eu
 base=$HOME
 export PATH="$base/deployment":$PATH
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index f862132..da10dea 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -1,5 +1,11 @@
 #!/usr/bin/env bash
 
+# Generate denomination keys and get them
+# signed by the auditor.
+#
+#
+#
+
 set -eu
 
 if test -z $TALER_CONFIG_ENV; then

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



reply via email to

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