#35 Adjust the url scheme to the new structure
Merged 8 years ago by pingou. Opened 8 years ago by pingou.

file modified
+1 -1
@@ -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'])

          )

no initial comment

rebased

8 years ago

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.

Pull-Request has been merged by pingou

8 years ago
Metadata