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: skip certain paths for version detection #278

Closed adrianreber closed 4 years ago

adrianreber commented 4 years ago

UMDL sometimes creates version entries in the database in locations which do not actually carry are release/version. In Fedora this happens most of the time with pub/alt. This adds a configuration variable which tells umdl to skip these directories.

Fixes: #263