gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: improve scripts


From: gnunet
Subject: [taler-deployment] branch master updated: improve scripts
Date: Sat, 04 Mar 2023 12:18:32 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 597d646  improve scripts
597d646 is described below

commit 597d646bad94a54e00b3e4b4e6a85cfb7bb5aa7a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 12:18:29 2023 +0100

    improve scripts
---
 netzbon/config_launch_libeufin.sh  |  2 ++
 netzbon/main.sh                    |  4 ++--
 packaging/debian-docker/Dockerfile | 26 +++++++++++++-------------
 3 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index a58baa2..04bed47 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -42,6 +42,8 @@ function exit_cleanup()
 }
 trap "exit_cleanup" EXIT
 
+say "Setting up libeufin"
+
 # EBICS parameters that must match but are only used internally.
 EBICS_HOST_ID="TALERHOST"
 EBICS_PARTNER_ID="talerop"
diff --git a/netzbon/main.sh b/netzbon/main.sh
index 061302d..aaad76f 100755
--- a/netzbon/main.sh
+++ b/netzbon/main.sh
@@ -30,12 +30,12 @@ then
 fi
 if test -z "${SANDBOX_ADMIN_PASSWORD:-}"
 then
-    read -p "Enter the admin password for the bank: " SANDBOX_ADMIN_PASSWORD
+    read -s -p "Enter the admin password for the bank: " SANDBOX_ADMIN_PASSWORD
     echo "SANDBOX_ADMIN_PASSWORD=${SANDBOX_ADMIN_PASSWORD}" >> config/user.conf
 fi
 if test -z "${DOMAIN_NAME:-}"
 then
-    read -s -p "Enter the domain name: " DOMAIN_NAME
+    read -p "Enter the domain name: " DOMAIN_NAME
     echo "DOMAIN_NAME=${DOMAIN_NAME}" >> config/user.conf
 fi
 # END USER INTERACTION
diff --git a/packaging/debian-docker/Dockerfile 
b/packaging/debian-docker/Dockerfile
index f1b215c..728b08f 100644
--- a/packaging/debian-docker/Dockerfile
+++ b/packaging/debian-docker/Dockerfile
@@ -37,16 +37,16 @@ RUN chmod +x /root/gnunet-build.sh
 RUN /root/gnunet-build.sh v0.19.3-debian
 COPY libeufin-build.sh /root/
 RUN chmod +x /root/libeufin-build.sh
-RUN /root/libeufin-build.sh v0.9.2-debian-1
-COPY taler-build.sh /root/
-RUN chmod +x /root/taler-build.sh
-RUN /root/taler-build.sh v0.9.2
-COPY sync-build.sh /root/
-RUN chmod +x /root/sync-build.sh
-RUN /root/sync-build.sh v0.9.2
-COPY anastasis-build.sh /root/
-RUN chmod +x /root/anastasis-build.sh
-RUN /root/anastasis-build.sh v0.3.2
-COPY wallet-build.sh /root/
-RUN chmod +x /root/wallet-build.sh
-RUN /root/wallet-build.sh v0.9.2-debian-1
+RUN /root/libeufin-build.sh v0.9.2-debian-2
+#COPY taler-build.sh /root/
+#RUN chmod +x /root/taler-build.sh
+#RUN /root/taler-build.sh v0.9.2
+#COPY sync-build.sh /root/
+#RUN chmod +x /root/sync-build.sh
+#RUN /root/sync-build.sh v0.9.2
+#COPY anastasis-build.sh /root/
+#RUN chmod +x /root/anastasis-build.sh
+#RUN /root/anastasis-build.sh v0.3.2
+#COPY wallet-build.sh /root/
+#RUN chmod +x /root/wallet-build.sh
+#RUN /root/wallet-build.sh v0.9.2-debian-1

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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