From 63c09e2ae5eddfd076d8517fa5281a9ba7fbffe6 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 6 May 2024 17:00:02 +0200 Subject: [PATCH] apt: use archive.debian.org with Buster --- apt/templates/buster_backports.list.j2 | 2 +- apt/templates/buster_basics.list.j2 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apt/templates/buster_backports.list.j2 b/apt/templates/buster_backports.list.j2 index 94303ef2..edec58a9 100644 --- a/apt/templates/buster_backports.list.j2 +++ b/apt/templates/buster_backports.list.j2 @@ -1,3 +1,3 @@ # {{ ansible_managed }} -deb http://mirror.evolix.org/debian buster-backports {{ apt_backports_components | mandatory }} +deb http://archive.debian.org/debian buster-backports {{ apt_backports_components | mandatory }} diff --git a/apt/templates/buster_basics.list.j2 b/apt/templates/buster_basics.list.j2 index b392ce58..106d2e16 100644 --- a/apt/templates/buster_basics.list.j2 +++ b/apt/templates/buster_basics.list.j2 @@ -1,5 +1,4 @@ # {{ 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://archive.debian.org/debian buster {{ apt_basics_components | mandatory }} deb http://security.debian.org/debian-security buster/updates {{ apt_basics_components | mandatory }}