mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 15:13:11 -06:00
tests: urls: update old and obsolete OS versions
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
06265f8013
commit
cb2e5aa782
@ -19,13 +19,13 @@ distro = fedora14
|
|||||||
|
|
||||||
# Another FTP test
|
# Another FTP test
|
||||||
[fedora-ftp]
|
[fedora-ftp]
|
||||||
url = ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/releases/36/Server/x86_64/os/
|
url = ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/releases/40/Server/x86_64/os/
|
||||||
distro = fedora36
|
distro = fedora40
|
||||||
|
|
||||||
# Latest GA release
|
# Latest GA release
|
||||||
[fedora36]
|
[fedora40]
|
||||||
url = http://dl.fedoraproject.org/pub/fedora/linux/releases/36/Server/x86_64/os/
|
url = http://dl.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||||
distro = fedora36
|
distro = fedora40
|
||||||
|
|
||||||
# Fedora dev release can be enabled during alpha/beta cycle
|
# Fedora dev release can be enabled during alpha/beta cycle
|
||||||
# [fedora-dev]
|
# [fedora-dev]
|
||||||
@ -61,24 +61,24 @@ distro = centos6.10
|
|||||||
|
|
||||||
# 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://vault.centos.org/centos/7/os/x86_64/
|
||||||
distro = centos7.0
|
distro = centos7.0
|
||||||
testxen = 1
|
testxen = 1
|
||||||
[centos-7-latest-ppc64le]
|
|
||||||
url = http://mirror.centos.org/altarch/7/os/ppc64le/
|
|
||||||
distro = centos7.0
|
|
||||||
[centos-7-latest-aarch64]
|
|
||||||
url = http://mirror.centos.org/altarch/7/os/aarch64/
|
|
||||||
distro = centos7.0
|
|
||||||
|
|
||||||
# centos8
|
# centos8 with exotic archs
|
||||||
[centos8-stream]
|
[centos8-stream]
|
||||||
url = http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
|
url = http://vault.centos.org/8-stream/BaseOS/x86_64/os/
|
||||||
|
distro = centos-stream8
|
||||||
|
[centos8-stream-ppc64le]
|
||||||
|
url = http://vault.centos.org/8-stream/BaseOS/ppc64le/os/
|
||||||
|
distro = centos-stream8
|
||||||
|
[centos8-stream-aarch64]
|
||||||
|
url = http://vault.centos.org/8-stream/BaseOS/aarch64/os/
|
||||||
distro = centos-stream8
|
distro = centos-stream8
|
||||||
|
|
||||||
# centos9
|
# centos9
|
||||||
[centos9-stream]
|
[centos9-stream]
|
||||||
url = http://ftp-chi.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/
|
url = http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/
|
||||||
distro = centos-stream9
|
distro = centos-stream9
|
||||||
|
|
||||||
# AlmaLinux 9
|
# AlmaLinux 9
|
||||||
@ -134,24 +134,24 @@ kernelarg = install
|
|||||||
|
|
||||||
# Debian FTP test case, for ftp:// testing. No particular reason it's
|
# Debian FTP test case, for ftp:// testing. No particular reason it's
|
||||||
# debian. There should only be one ftp case since it's slooowwww
|
# debian. There should only be one ftp case since it's slooowwww
|
||||||
[debian9-ftp]
|
[debian11-ftp]
|
||||||
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/dists/stretch/main/installer-amd64/
|
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/dists/bullseye/main/installer-amd64/
|
||||||
distro = debian9
|
distro = debian11
|
||||||
|
|
||||||
# Debian9
|
# Debian11
|
||||||
[debian9]
|
[debian11]
|
||||||
url = http://ftp.us.debian.org/debian/dists/stretch/main/installer-amd64/
|
url = http://deb.debian.org/debian/dists/bullseye/main/installer-amd64/
|
||||||
distro = debian9
|
distro = debian11
|
||||||
# Debian10 latest, plus some exotic arch coverage
|
# Debian12 latest, plus some exotic arch coverage
|
||||||
[debian10]
|
[debian12]
|
||||||
url = http://ftp.us.debian.org/debian/dists/buster/main/installer-amd64/
|
url = http://deb.debian.org/debian/dists/bookworm/main/installer-amd64/
|
||||||
distro = debian10
|
distro = debian12
|
||||||
[debian10-s390x]
|
[debian12-s390x]
|
||||||
url = http://ftp.us.debian.org/debian/dists/buster/main/installer-s390x/
|
url = http://deb.debian.org/debian/dists/bookworm/main/installer-s390x/
|
||||||
distro = debian10
|
distro = debian12
|
||||||
[debian10-arm64]
|
[debian12-arm64]
|
||||||
url = http://ftp.us.debian.org/debian/dists/buster/main/installer-arm64/
|
url = http://deb.debian.org/debian/dists/bookworm/main/installer-arm64/
|
||||||
distro = debian10
|
distro = debian12
|
||||||
# Daily tree, but also check for xen for full coverage
|
# Daily tree, but also check for xen for full coverage
|
||||||
[debiandaily]
|
[debiandaily]
|
||||||
url = https://d-i.debian.org/daily-images/amd64/
|
url = https://d-i.debian.org/daily-images/amd64/
|
||||||
|
Loading…
Reference in New Issue
Block a user