Compare commits

...

2 commits

Author SHA1 Message Date
David Prevot e0f81f14d0 Changelog entry for previous commit 2024-05-06 17:02:46 +02:00
David Prevot 63c09e2ae5 apt: use archive.debian.org with Buster 2024-05-06 17:00:50 +02:00
3 changed files with 4 additions and 3 deletions

View file

@ -22,6 +22,8 @@ The **patch** part is incremented if multiple releases happen the same month
### Fixed
* apt: use archive.debian.org with Buster
### Removed
### Security

View file

@ -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 }}

View file

@ -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 }}