#5185 mirrormanager picked up release versions incorrectly
Closed: Fixed None Opened 8 years ago by ausil.

= bug description =

mirror manager shows new release versions of 1.5 and 1.6

https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora/1.5
https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora/1.6

these are likely due to the alpha Composes at

http://dl.fedoraproject.org/pub/alt/stage/24_Alpha-1.5/
http://dl.fedoraproject.org/pub/alt/stage/24_Alpha-1.6/

These need removing and we need to ensure we do not get new release with new Alpha Composes


I changed the 'display' flag from those versions in the database from 'true' to 'false'.

We probably can ignore any version umdl picks from the alt tree, right? They never need to be displayed on the public mirror listing.

anything outside of pub/alt/releases pub/alt/updates and pub/alt/development we can ignore. though the versions in those locations should match what is in pub/fedora/

Looking at the used paths an easy solution would be to mark everything as a test release if the path includes "stage". Right now MirrorManager is checking if "test" is in the path. Adding an additional check for "stage" seems easy.

This seems like at least a good first thing to do. ;)

Simple fix to mark directories with /stage/ in the path name as test releases merged upstream. Will be available in Fedora's MirrorManager with the next release of MirrorManager.

Login to comment on this ticket.

Metadata