summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-13 23:20:08 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-12-13 23:20:26 +0900
commit387b478f45821c1f6280e9a18c7d60e51781627c (patch)
treef2dd1fbee9fea85f5e8d7f2339469fc4a9276e29
parent6da197161e5f2d4119bd31a6f0fff02a51b6d8b5 (diff)
downloaddeployment-387b478f45821c1f6280e9a18c7d60e51781627c.tar.gz
deployment-387b478f45821c1f6280e9a18c7d60e51781627c.tar.bz2
deployment-387b478f45821c1f6280e9a18c7d60e51781627c.zip
use lunar, not stable
-rw-r--r--packaging/debian-docker/Dockerfile2
-rw-r--r--packaging/ubuntu-docker/Dockerfile2
-rwxr-xr-xregional-currency/install_packages.sh2
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"