From c9c16c3b504321f4677989abc060fa67befebd6c Mon Sep 17 00:00:00 2001 From: Project516 <138796702+Project516@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:58:35 +0000 Subject: [PATCH] Switch debian repos to archived, since Stretch is EOL --- system/Dockerfile.cross | 4 ++-- system/sources.list.buster | 6 +++--- system/sources.list.stretch | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/system/Dockerfile.cross b/system/Dockerfile.cross index 1f0bcd7..2701a58 100644 --- a/system/Dockerfile.cross +++ b/system/Dockerfile.cross @@ -64,9 +64,9 @@ RUN dpkg --add-architecture $ARCH && \ git \ zlib1g-dev && \ ( if [ "$DEBIAN_RELEASE" = "stretch" ]; then \ - wget http://ftp.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_3.1-2_$ARCH.deb -O /tmp/systemtap.deb; \ + wget http://archive.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_3.1-2_$ARCH.deb -O /tmp/systemtap.deb; \ elif [ "$DEBIAN_RELEASE" = "buster" ]; then \ - wget http://ftp.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_4.0-1_$ARCH.deb -O /tmp/systemtap.deb; \ + wget http://archive.debian.org/debian/pool/main/s/systemtap/systemtap-sdt-dev_4.0-1_$ARCH.deb -O /tmp/systemtap.deb; \ fi ) && \ dpkg-deb -x /tmp/systemtap.deb / && \ rm -rf /tmp/systemtap.deb /var/lib/apt/lists/* diff --git a/system/sources.list.buster b/system/sources.list.buster index 17c1d92..3ce7297 100644 --- a/system/sources.list.buster +++ b/system/sources.list.buster @@ -1,4 +1,4 @@ -deb http://deb.debian.org/debian buster main contrib non-free -deb http://deb.debian.org/debian buster-updates main contrib non-free -deb http://deb.debian.org/debian-security buster/updates main contrib non-free +deb http://archive.debian.org/debian buster main contrib non-free +# deb http://archive.debian.org/debian buster-updates main contrib non-free +deb http://archive.debian.org/debian-security buster/updates main contrib non-free deb http://archive.ev3dev.org/debian buster main diff --git a/system/sources.list.stretch b/system/sources.list.stretch index c0f063b..5ed6ebc 100644 --- a/system/sources.list.stretch +++ b/system/sources.list.stretch @@ -1,4 +1,4 @@ -deb http://deb.debian.org/debian stretch main contrib non-free -deb http://deb.debian.org/debian stretch-updates main contrib non-free -deb http://deb.debian.org/debian-security stretch/updates main contrib non-free +deb http://archive.debian.org/debian stretch main contrib non-free +# deb http://archive.debian.org/debian stretch-updates main contrib non-free +deb http://archive.debian.org/debian-security stretch/updates main contrib non-free deb http://archive.ev3dev.org/debian stretch main