fedora-infra / mirrormanager2

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

Sort metalinks alternates by timestamps descending #117

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

This change is running in staging and can be tested with:

curl 'https://mirrors.stg.fedoraproject.org/metalink?repo=rawhide&arch=x86_64'

This resolves #116

adrianreber commented 8 years ago

Closing as the list should be sorted during pickle creation and not during metalink creation.