From 06265f80133df5b5f76e3765a301497aa2757dc2 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Tue, 26 Nov 2024 15:54:45 +0100 Subject: [PATCH] tests: urls: replace Scientific Linux with AlmaLinux Scientific Linux is no longer supported as it ended with version 7 so change it to AlmaLinux that is mentioned to be used instead. Signed-off-by: Pavel Hrdina --- tests/data/test_urls.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/data/test_urls.ini b/tests/data/test_urls.ini index 91aa078c4..8d9159d28 100644 --- a/tests/data/test_urls.ini +++ b/tests/data/test_urls.ini @@ -59,11 +59,6 @@ distro = centos6.10 url = http://vault.centos.org/6.10/os/i386 distro = centos6.10 -# Latest scientific 7, detected as centos -[centos-sl7-latest] -url = http://ftp.scientificlinux.org/linux/scientific/7/x86_64/os -distro = centos7.0 - # centos7 with exotic archs (i686 is dead) [centos-7-latest] url = http://mirrors.mit.edu/centos/7/os/x86_64/ @@ -86,6 +81,11 @@ distro = centos-stream8 url = http://ftp-chi.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/ distro = centos-stream9 +# AlmaLinux 9 +[almalinux-9] +url = https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/ +distro = almalinux9 + ############ # OpenSUSE #