9985ddc
@@ -464,7 +464,7 @@
if version == 'devel':
version = 'rawhide'
url = '%s/pub/fedora/linux/' \
- 'development/%s/x86_64/os/repodata' % (DL_SERVER, version)
+ 'development/%s/Everything/x86_64/os/repodata' % (DL_SERVER, version)
repositories.append(
(url, release['koji_name'])
)
rebased
Perhaps you need to add a conditional to still support the older urls?
Where would we use the old URL?
Since the old URLs are no longer used on the mirror, I am sure that the old URLs are not needed anymore. Therfore the patch looks good to me.
Okay. +1
Thanks :)
Pull-Request has been merged by pingou