fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

new f27 repo detected at the wrong level #216

Closed nirik closed 6 years ago

nirik commented 6 years ago

mirrormanager correctly found the new development/27 repos, but it left the trailing /repodata on the metalinks it gave out. This caused requests to try and go to /repodata/repodata/ and fail.

See downstream https://pagure.io/releng/issue/6977