tests: test_urls: update data
This commit is contained in:
parent
88bfdf4926
commit
e369580450
|
@ -58,7 +58,7 @@ UBUNTU_URL = "http://us.archive.ubuntu.com:80/ubuntu/dists/%s/main/installer-%s"
|
||||||
|
|
||||||
OLD_DEBIAN_URL = "http://archive.debian.org/debian/dists/%s/main/installer-%s/"
|
OLD_DEBIAN_URL = "http://archive.debian.org/debian/dists/%s/main/installer-%s/"
|
||||||
DAILY_DEBIAN_URL = "http://d-i.debian.org/daily-images/%s/"
|
DAILY_DEBIAN_URL = "http://d-i.debian.org/daily-images/%s/"
|
||||||
DEBIAN_URL = "ftp://ftp.us.debian.org:21/debian/dists/%s/main/installer-%s/"
|
DEBIAN_URL = "ftp://ftp.us.debian.org/debian/dists/%s/main/installer-%s/"
|
||||||
|
|
||||||
MAGEIA_URL = "http://distro.ibiblio.org/mageia/distrib/%s/%s"
|
MAGEIA_URL = "http://distro.ibiblio.org/mageia/distrib/%s/%s"
|
||||||
|
|
||||||
|
@ -109,10 +109,10 @@ _add(ARCHIVE_FEDORA_URL % ("14", "x86_64"), "fedora14",
|
||||||
i686=ARCHIVE_FEDORA_URL % ("14", "i386"))
|
i686=ARCHIVE_FEDORA_URL % ("14", "i386"))
|
||||||
# 2 Latest releases
|
# 2 Latest releases
|
||||||
_add(FEDORA_URL % ("23", "x86_64"), "fedora23", name="fedora23")
|
_add(FEDORA_URL % ("23", "x86_64"), "fedora23", name="fedora23")
|
||||||
_add(FEDORA_URL % ("24", "x86_64"), "fedora23", name="fedora24")
|
_add(FEDORA_URL % ("24", "x86_64"), "fedora24", name="fedora24")
|
||||||
# Any Dev release
|
# Any Dev release
|
||||||
# _add(DEVFEDORA_URL % ("25", "x86_64"), "fedora23", name="fedora25")
|
# _add(DEVFEDORA_URL % ("25", "x86_64"), "fedora23", name="fedora25")
|
||||||
_add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora23", name="fedora-rawhide")
|
_add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora24", name="fedora-rawhide")
|
||||||
|
|
||||||
|
|
||||||
_set_distro(CentOSDistro)
|
_set_distro(CentOSDistro)
|
||||||
|
@ -138,7 +138,7 @@ _set_distro(SLDistro)
|
||||||
# scientific 5
|
# scientific 5
|
||||||
_add(OLD_SCIENTIFIC_URL % ("55", "x86_64"), "rhel5.5", name="sl-5.5")
|
_add(OLD_SCIENTIFIC_URL % ("55", "x86_64"), "rhel5.5", name="sl-5.5")
|
||||||
# Latest scientific 6
|
# Latest scientific 6
|
||||||
_add(SCIENTIFIC_URL % ("6", "x86_64"), "rhel6.7", name="sl-6latest")
|
_add(SCIENTIFIC_URL % ("6", "x86_64"), "rhel6.8", name="sl-6latest")
|
||||||
|
|
||||||
|
|
||||||
_set_distro(SuseDistro)
|
_set_distro(SuseDistro)
|
||||||
|
@ -163,8 +163,8 @@ _add(OLD_DEBIAN_URL % ("lenny", "amd64"), "debian5", hasxen=False,
|
||||||
testshortcircuit=True)
|
testshortcircuit=True)
|
||||||
_add(DEBIAN_URL % ("wheezy", "amd64"), "debian7")
|
_add(DEBIAN_URL % ("wheezy", "amd64"), "debian7")
|
||||||
# And daily builds, since we specially handle that URL
|
# And daily builds, since we specially handle that URL
|
||||||
_add(DAILY_DEBIAN_URL % ("amd64"), "debian8", name="debiandaily")
|
_add(DAILY_DEBIAN_URL % ("amd64"), "debiantesting", name="debiandaily")
|
||||||
_add(DAILY_DEBIAN_URL % ("arm64"), "debian8",
|
_add(DAILY_DEBIAN_URL % ("arm64"), "debiantesting",
|
||||||
name="debiandailyarm64", hasxen=False)
|
name="debiandailyarm64", hasxen=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue