mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
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 <phrdina@redhat.com>
This commit is contained in:
parent
4aa80f4c20
commit
06265f8013
@ -59,11 +59,6 @@ distro = centos6.10
|
|||||||
url = http://vault.centos.org/6.10/os/i386
|
url = http://vault.centos.org/6.10/os/i386
|
||||||
distro = centos6.10
|
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)
|
# centos7 with exotic archs (i686 is dead)
|
||||||
[centos-7-latest]
|
[centos-7-latest]
|
||||||
url = http://mirrors.mit.edu/centos/7/os/x86_64/
|
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/
|
url = http://ftp-chi.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/
|
||||||
distro = centos-stream9
|
distro = centos-stream9
|
||||||
|
|
||||||
|
# AlmaLinux 9
|
||||||
|
[almalinux-9]
|
||||||
|
url = https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/
|
||||||
|
distro = almalinux9
|
||||||
|
|
||||||
|
|
||||||
############
|
############
|
||||||
# OpenSUSE #
|
# OpenSUSE #
|
||||||
|
Loading…
Reference in New Issue
Block a user