From a920d2d4028eb8b7f50d0196f56705763e0ee328 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 11 Dec 2023 14:07:15 +0100 Subject: [PATCH] apt: Disable archive repository for Debian 8 --- CHANGELOG.md | 3 ++- apt/templates/jessie_basics.list.j2 | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1a786c..56c21f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ The **patch** part changes is incremented if multiple releases happen the same m * add-vm.sh: allow VM name max length > 20 * apache : fix goaway pattern for bad bots * apache : rename MaxRequestsPerChild to MaxConnectionsPerChild (new name) -* apt: use the GPG version of the key for Debian 8-9 +* apt: Disable archive repository for Debian 8 +* apt: Use the GPG version of the key for Debian 8-9 * bind: Update role for Buster, Bullseye and Bookworm support * dovecot: Munin plugin conf path is now `/etc/munin/plugin-conf.d/zzz-dovecot` (instead of `z-evolinux-dovecot`) * evocheck: upstream release 23.11.1 diff --git a/apt/templates/jessie_basics.list.j2 b/apt/templates/jessie_basics.list.j2 index a3b4aea8..7d72bfbd 100644 --- a/apt/templates/jessie_basics.list.j2 +++ b/apt/templates/jessie_basics.list.j2 @@ -1,4 +1,5 @@ # {{ ansible_managed }} -deb http://archive.debian.org/debian jessie {{ apt_basics_components | mandatory }} -deb http://archive.debian.org/debian-security jessie/updates {{ apt_basics_components | mandatory }} +### Those repositories are unusable. Move to ELTS (manually). +# deb http://archive.debian.org/debian jessie {{ apt_basics_components | mandatory }} +# deb http://archive.debian.org/debian-security jessie/updates {{ apt_basics_components | mandatory }}