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

weird release numbers on https://admin.fedoraproject.org/mirrormanager/ #263

Closed cheese1 closed 4 years ago

cheese1 commented 5 years ago

there are weird release-numbers in the list besides the list is not very readable.

cheese1 commented 5 years ago

screenshot from 2019-02-17 15-06-38

adrianreber commented 5 years ago

Thanks for the report. This happens sometimes that the version auto-detect logic triggers on path it should ignore.

I fixed it in the database and I guess I should introduce a setting with which it is possible to ignore certain paths during version detection.

All those number are from the alt directory tree which is something that basically should never trigger a version in the mirrorlist. Also Beta and Alpha should be excluded.

cheese1 commented 5 years ago

upps i did it again :) the "weird" numbers are back again

cheese1 commented 5 years ago

and now they are gone again, thanks

adrianreber commented 5 years ago

I did not actually fix this, I just marked them as display='f'. But I should really fix this.