gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 01/02: try to enable libeufin builds


From: gnunet
Subject: [taler-deployment] 01/02: try to enable libeufin builds
Date: Thu, 07 Dec 2023 04:25:16 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

commit aa5cd05999f1755ac4483a16a40f46791d3bccf2
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Dec 7 12:07:42 2023 +0900

    try to enable libeufin builds
---
 packaging/debian-docker/Dockerfile |  6 +++---
 packaging/ubuntu-docker/Dockerfile | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/packaging/debian-docker/Dockerfile 
b/packaging/debian-docker/Dockerfile
index 5a93882..c84f9d1 100644
--- a/packaging/debian-docker/Dockerfile
+++ b/packaging/debian-docker/Dockerfile
@@ -51,6 +51,6 @@ COPY wallet-build.sh /root/
 RUN chmod +x /root/wallet-build.sh
 RUN /root/wallet-build.sh master
 
-#COPY libeufin-build.sh /root/
-#RUN chmod +x /root/libeufin-build.sh
-#RUN /root/libeufin-build.sh master
+COPY libeufin-build.sh /root/
+RUN chmod +x /root/libeufin-build.sh
+RUN /root/libeufin-build.sh master
diff --git a/packaging/ubuntu-docker/Dockerfile 
b/packaging/ubuntu-docker/Dockerfile
index 30d8f4b..2207027 100644
--- a/packaging/ubuntu-docker/Dockerfile
+++ b/packaging/ubuntu-docker/Dockerfile
@@ -47,10 +47,10 @@ COPY anastasis-build.sh /root/
 RUN chmod +x /root/anastasis-build.sh
 RUN /root/anastasis-build.sh master
 
-#COPY wallet-build.sh /root/
-#RUN chmod +x /root/wallet-build.sh
-#RUN /root/wallet-build.sh master
+COPY wallet-build.sh /root/
+RUN chmod +x /root/wallet-build.sh
+RUN /root/wallet-build.sh master
 
-#COPY libeufin-build.sh /root/
-#RUN chmod +x /root/libeufin-build.sh
-#RUN /root/libeufin-build.sh master
+COPY libeufin-build.sh /root/
+RUN chmod +x /root/libeufin-build.sh
+RUN /root/libeufin-build.sh master

-- 
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]