fedora-infra / mirrormanager2

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

umdl: only create repositories for 'Everything' #219

Closed adrianreber closed 7 years ago

adrianreber commented 7 years ago

This is a fix for

https://pagure.io/fedora-infrastructure/issue/6286

This hardcodes a list ('Cloud', 'Server', 'Workstation') to skip before creating a repository. This should leave 'Everything' and other strings, like used in the updates directory structure.

Not totally sure of the side effects of this change.

adrianreber commented 7 years ago

This includes the commits from PR #218