[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: internal -> int
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: internal -> int |
Date: |
Thu, 05 Sep 2019 19:54:00 +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 18d19b0 internal -> int
18d19b0 is described below
commit 18d19b08d90e739376d42aa229ea8643e24b28c0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Sep 5 19:53:51 2019 +0200
internal -> int
---
bootstrap-taler | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/bootstrap-taler b/bootstrap-taler
index 118af3f..948bb21 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -35,14 +35,14 @@ case $ENVNAME in
test)
CURRENCY=TESTKUDOS
;;
- internal)
+ int)
CURRENCY=INTKUDOS
;;
demo)
CURRENCY=KUDOS
;;
*)
- echo Invalid Envname, please use test or internal or demo.
+ echo Invalid envname, please use 'test' or 'int' or 'demo'.
exit 1
;;
esac
@@ -135,3 +135,8 @@ if test "test" = $ENVNAME; then
echo auditor_worker already in place.
fi
fi
+
+echo "Next steps are (1) config generation, (2) keys generation and (3)
signing the /wire response."
+echo "For (1), run 'taler-deployment-generate-config'"
+echo "For (2), run 'taler-deployment-keyup'"
+echo "For (3), run 'taler-deployment-sign'"
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: internal -> int,
gnunet <=