From 59afbb2e9a361353b0dccecc9590664d67367616 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Thu, 30 Nov 2023 15:30:22 +0100 Subject: [PATCH] =?UTF-8?q?apt:=C2=A0Stretch=20has=20been=20archived?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apt/templates/bookworm_basics.sources.j2 | 2 +- apt/templates/bookworm_security.sources.j2 | 4 ++-- apt/templates/bullseye_basics.list.j2 | 2 +- apt/templates/buster_basics.list.j2 | 2 +- apt/templates/jessie_basics.list.j2 | 4 ++-- apt/templates/stretch_basics.list.j2 | 5 ++--- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/apt/templates/bookworm_basics.sources.j2 b/apt/templates/bookworm_basics.sources.j2 index 948c4adf..747e2e53 100644 --- a/apt/templates/bookworm_basics.sources.j2 +++ b/apt/templates/bookworm_basics.sources.j2 @@ -3,6 +3,6 @@ Types: deb URIs: http://mirror.evolix.org/debian Suites: bookworm bookworm-updates -Components: {{ apt_basics_components | mandatory }} +Components: {{ apt_basics_components | mandatory }} Enabled: yes Signed-By: /usr/share/keyrings/debian-archive-bookworm-automatic.gpg diff --git a/apt/templates/bookworm_security.sources.j2 b/apt/templates/bookworm_security.sources.j2 index 07f1345b..b70fcec1 100644 --- a/apt/templates/bookworm_security.sources.j2 +++ b/apt/templates/bookworm_security.sources.j2 @@ -3,6 +3,6 @@ Types: deb URIs: https://security.debian.org/debian-security Suites: bookworm-security -Components: {{ apt_basics_components | mandatory }} +Components: {{ apt_basics_components | mandatory }} Enabled: yes -Signed-By: /usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg \ No newline at end of file +Signed-By: /usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg diff --git a/apt/templates/bullseye_basics.list.j2 b/apt/templates/bullseye_basics.list.j2 index 55f32b8d..d1820d0f 100644 --- a/apt/templates/bullseye_basics.list.j2 +++ b/apt/templates/bullseye_basics.list.j2 @@ -1,5 +1,5 @@ # {{ ansible_managed }} deb http://mirror.evolix.org/debian bullseye {{ apt_basics_components | mandatory }} -deb http://mirror.evolix.org/debian/ bullseye-updates {{ apt_basics_components | mandatory }} +deb http://mirror.evolix.org/debian bullseye-updates {{ apt_basics_components | mandatory }} deb http://security.debian.org/debian-security bullseye-security {{ apt_basics_components | mandatory }} diff --git a/apt/templates/buster_basics.list.j2 b/apt/templates/buster_basics.list.j2 index 58209ba0..b392ce58 100644 --- a/apt/templates/buster_basics.list.j2 +++ b/apt/templates/buster_basics.list.j2 @@ -1,5 +1,5 @@ # {{ ansible_managed }} deb http://mirror.evolix.org/debian buster {{ apt_basics_components | mandatory }} -deb http://mirror.evolix.org/debian/ buster-updates {{ apt_basics_components | mandatory }} +deb http://mirror.evolix.org/debian buster-updates {{ apt_basics_components | mandatory }} deb http://security.debian.org/debian-security buster/updates {{ apt_basics_components | mandatory }} diff --git a/apt/templates/jessie_basics.list.j2 b/apt/templates/jessie_basics.list.j2 index 467e7f30..fad381f8 100644 --- a/apt/templates/jessie_basics.list.j2 +++ b/apt/templates/jessie_basics.list.j2 @@ -1,4 +1,4 @@ # {{ ansible_managed }} -deb http://mirror.evolix.org/debian/ jessie {{ apt_basics_components | mandatory }} -deb http://security.debian.org/ jessie/updates {{ apt_basics_components | mandatory }} +deb http://archive.org/debian jessie {{ apt_basics_components | mandatory }} +deb http://archive.debian.org/debian-security jessie/updates {{ apt_basics_components | mandatory }} diff --git a/apt/templates/stretch_basics.list.j2 b/apt/templates/stretch_basics.list.j2 index 2f0bf99e..f679e354 100644 --- a/apt/templates/stretch_basics.list.j2 +++ b/apt/templates/stretch_basics.list.j2 @@ -1,5 +1,4 @@ # {{ ansible_managed }} -deb http://mirror.evolix.org/debian stretch {{ apt_basics_components | mandatory }} -deb http://mirror.evolix.org/debian/ stretch-updates {{ apt_basics_components | mandatory }} -deb http://security.debian.org/debian-security stretch/updates {{ apt_basics_components | mandatory }} +deb http://archive.debian.org/debian stretch {{ apt_basics_components | mandatory }} +deb http://archive.debian.org/debian-security stretch/updates {{ apt_basics_components | mandatory }}