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

Filtering arches from repo creation #210

Closed nirik closed 6 years ago

nirik commented 7 years ago

This is a upstream tracker for https://pagure.io/fedora-infrastructure/issue/5186

basically we need a way to tell mirrormanager that some arches are available only in archives and shouldn't be listed for anything newer when making repositories.

See downstream issue for more info...

adrianreber commented 6 years ago

Kind of fixed. With PR #223 the arches are filtered out from the overview if marked as 'publiclist=false' in the database. The arches are not actually filtered out from the repository creation but removing certain arches from there was what actually was requested in the original ticket.