1
0
mirror of https://pagure.io/fedora-qa/createhdds.git synced 2024-09-25 14:17:22 +00:00

Correct fedora-secondary path

This commit is contained in:
Adam Williamson 2017-07-19 13:10:04 -07:00
parent 2f55cbede3
commit d1a2869cc0

View File

@ -241,7 +241,7 @@ class VirtInstallImage(object):
else: else:
if arch == 'i686' and int(self.release) > 25: if arch == 'i686' and int(self.release) > 25:
# from F26 onwards, i686 is in fedora-secondary # from F26 onwards, i686 is in fedora-secondary
loctmp = "https://download.fedoraproject.org/pub/fedora-secondary/linux/releases/{0}/{1}/{2}/os/" loctmp = "https://download.fedoraproject.org/pub/fedora-secondary/releases/{0}/{1}/{2}/os/"
else: else:
loctmp = "https://download.fedoraproject.org/pub/fedora/linux/releases/{0}/{1}/{2}/os/" loctmp = "https://download.fedoraproject.org/pub/fedora/linux/releases/{0}/{1}/{2}/os/"
if arch == 'i686': if arch == 'i686':