mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-24 16:03:07 +00:00
Maybe it's right this time...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4c46794638
commit
c0a92bfd73
@ -287,7 +287,7 @@ class VirtInstallImage(object):
|
||||
loctmp = "https://dl.fedoraproject.org/pub/{0}/development/{1}/{2}/{3}/os/"
|
||||
else:
|
||||
# sigh i hate life
|
||||
if int(self.release < 27):
|
||||
if int(self.release) < 27:
|
||||
loctmp = "https://archives.fedoraproject.org/pub/archive/{0}/releases/{1}/{2}/{3}/os/"
|
||||
else:
|
||||
loctmp = "https://download.fedoraproject.org/pub/{0}/releases/{1}/{2}/{3}/os/"
|
||||
|
Loading…
Reference in New Issue
Block a user