gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use lunar, not stable


From: gnunet
Subject: [taler-deployment] branch master updated: use lunar, not stable
Date: Wed, 13 Dec 2023 15:20:33 +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 387b478  use lunar, not stable
387b478 is described below

commit 387b478f45821c1f6280e9a18c7d60e51781627c
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Dec 13 23:20:08 2023 +0900

    use lunar, not stable
---
 packaging/debian-docker/Dockerfile    | 2 +-
 packaging/ubuntu-docker/Dockerfile    | 2 +-
 regional-currency/install_packages.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packaging/debian-docker/Dockerfile 
b/packaging/debian-docker/Dockerfile
index 8ae341a..1077f6f 100644
--- a/packaging/debian-docker/Dockerfile
+++ b/packaging/debian-docker/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update
 RUN apt-get -y upgrade
 RUN apt-get -y dist-upgrade
 
-# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h"; skipcache
+ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h"; skipcache
 
 COPY gnunet-build.sh /root/
 RUN chmod +x /root/gnunet-build.sh
diff --git a/packaging/ubuntu-docker/Dockerfile 
b/packaging/ubuntu-docker/Dockerfile
index 89718f7..315dae8 100644
--- a/packaging/ubuntu-docker/Dockerfile
+++ b/packaging/ubuntu-docker/Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update
 RUN apt-get -y upgrade
 RUN apt-get -y dist-upgrade
 
-# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h"; skipcache
+ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h"; skipcache
 COPY gnunet-build.sh /root/
 RUN chmod +x /root/gnunet-build.sh
 RUN /root/gnunet-build.sh master
diff --git a/regional-currency/install_packages.sh 
b/regional-currency/install_packages.sh
index 76ab05b..e3fc40f 100755
--- a/regional-currency/install_packages.sh
+++ b/regional-currency/install_packages.sh
@@ -39,7 +39,7 @@ debian)
   echo "deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] 
https://deb.taler.net/apt/debian bookworm main" 
>/etc/apt/sources.list.d/taler.list
   ;;
 ubuntu)
-  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/ubuntu lunar main" >/etc/apt/sources.list.d/taler.list
   ;;
 *)
   say "Unsupported distro: $DISTRO"

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