Fix: Pipeline dependency on deb.debian.org, replace with archive

This should fix some tests, as a lot of them are dependent on
deb.debian.org which no longer supports Debian 9 "Stretch".
Instead we use archive.debian.org which will continue to contain
"Stretch" packages for a long time.
This commit is contained in:
Mauro Regli
2023-05-10 14:44:42 +02:00
committed by Mauro
parent 9c6f896666
commit d1102e2e9c
49 changed files with 283 additions and 278 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
[
{
"Name": "mirror1",
"ArchiveRoot": "http://cdn-fastly.deb.debian.org/debian/",
"ArchiveRoot": "http://archive.debian.org/debian-archive/debian/",
"Distribution": "stretch",
"Components": [
"main",
@@ -46,7 +46,7 @@
},
{
"Name": "mirror2",
"ArchiveRoot": "http://cdn-fastly.deb.debian.org/debian/",
"ArchiveRoot": "http://archive.debian.org/debian-archive/debian/",
"Distribution": "stretch",
"Components": [
"contrib"
@@ -89,7 +89,7 @@
},
{
"Name": "mirror3",
"ArchiveRoot": "http://cdn-fastly.deb.debian.org/debian/",
"ArchiveRoot": "http://archive.debian.org/debian-archive/debian/",
"Distribution": "stretch",
"Components": [
"non-free"