gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: switcharoo


From: gnunet
Subject: [taler-deployment] branch master updated: switcharoo
Date: Wed, 08 Mar 2023 19:25:13 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e847578  switcharoo
e847578 is described below

commit e847578e29398af6394e29f32d1906a10a98fb5a
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Mar 8 19:25:05 2023 +0100

    switcharoo
---
 netzbon/install_packages.sh        | 4 ++--
 packaging/ubuntu-docker/Dockerfile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/install_packages.sh b/netzbon/install_packages.sh
index e543aa3..1f50b48 100755
--- a/netzbon/install_packages.sh
+++ b/netzbon/install_packages.sh
@@ -34,10 +34,10 @@ say "Adding GNU Taler apt repository"
 
 case $DISTRO in
   debian)
-    echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] 
https://deb.taler.net/apt/ubuntu stable main" > 
/etc/apt/sources.list.d/taler.list
+    echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] 
https://deb.taler.net/apt/debian stable main" > 
/etc/apt/sources.list.d/taler.list
   ;;
   ubuntu)
-    echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] 
https://deb.taler.net/apt/debian stable main" > 
/etc/apt/sources.list.d/taler.list
+    echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] 
https://deb.taler.net/apt/ubuntu stable main" > 
/etc/apt/sources.list.d/taler.list
   ;;
   *)
     say "Unsupported distro: $DISTRO"
diff --git a/packaging/ubuntu-docker/Dockerfile 
b/packaging/ubuntu-docker/Dockerfile
index 19d8448..e762f37 100644
--- a/packaging/ubuntu-docker/Dockerfile
+++ b/packaging/ubuntu-docker/Dockerfile
@@ -45,7 +45,7 @@ RUN /root/exchange-build.sh v0.9.2-debian-2
 
 COPY merchant-build.sh /root/
 RUN chmod +x /root/merchant-build.sh
-RUN /root/merchant-build.sh v0.9.2-debian-3
+RUN /root/merchant-build.sh v0.9.2-debian-4
 
 COPY sync-build.sh /root/
 RUN chmod +x /root/sync-build.sh

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