Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 736d058

Browse files
committed
urltest: Update with F13 location
1 parent 0f5eef2 commit 736d058

1 file changed

Lines changed: 5 additions & 20 deletions

File tree

tests/urltest.py

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,26 +89,6 @@ def distroClass(distname):
8989
urls = {
9090

9191
# Fedora Distros
92-
"fedora7" : {
93-
'i386' : FEDORA_BASEURL % ("7", "i386"),
94-
'x86_64': FEDORA_BASEURL % ("7", "x86_64"),
95-
'distro': ("linux", "fedora7")
96-
},
97-
"fedora8" : {
98-
'i386' : FEDORA_BASEURL % ("8", "i386"),
99-
'x86_64': FEDORA_BASEURL % ("8", "x86_64"),
100-
'distro': ("linux", "fedora8")
101-
},
102-
"fedora9" : {
103-
'i386' : FEDORA_BASEURL % ("9", "i386"),
104-
'x86_64': FEDORA_BASEURL % ("9", "x86_64"),
105-
'distro': ("linux", "fedora9")
106-
},
107-
"fedora10" : {
108-
'i386' : FEDORA_BASEURL % ("10", "i386"),
109-
'x86_64': FEDORA_BASEURL % ("10", "x86_64"),
110-
'distro': ("linux", "fedora10")
111-
},
11292
"fedora11" : {
11393
'i386' : FEDORA_BASEURL % ("11", "i386"),
11494
'x86_64': FEDORA_BASEURL % ("11", "x86_64"),
@@ -119,6 +99,11 @@ def distroClass(distname):
11999
'x86_64': FEDORA_BASEURL % ("12", "x86_64"),
120100
'distro': ("linux", "fedora12")
121101
},
102+
"fedora13" : {
103+
'i386' : FEDORA_BASEURL % ("13", "i386"),
104+
'x86_64': FEDORA_BASEURL % ("13", "x86_64"),
105+
'distro': ("linux", "fedora13")
106+
},
122107
"fedora-rawhide" : {
123108
#'i386' : FEDORA_RAWHIDE_BASEURL % ("i386"),
124109
#'x86_64': FEDORA_RAWHIDE_BASEURL % ("x86_64"),

0 commit comments

Comments
 (0)