mirror of
https://github.com/rocky-linux/createhdds.git
synced 2025-01-03 07:00:55 +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
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class VirtInstallImage(object):
|
||||||
loctmp = "https://dl.fedoraproject.org/pub/{0}/development/{1}/{2}/{3}/os/"
|
loctmp = "https://dl.fedoraproject.org/pub/{0}/development/{1}/{2}/{3}/os/"
|
||||||
else:
|
else:
|
||||||
# sigh i hate life
|
# 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/"
|
loctmp = "https://archives.fedoraproject.org/pub/archive/{0}/releases/{1}/{2}/{3}/os/"
|
||||||
else:
|
else:
|
||||||
loctmp = "https://download.fedoraproject.org/pub/{0}/releases/{1}/{2}/{3}/os/"
|
loctmp = "https://download.fedoraproject.org/pub/{0}/releases/{1}/{2}/{3}/os/"
|
||||||
|
|
Loading…
Reference in a new issue