I just noticed that the BitTorrent tracker here presents the oldest Fedora Linux releases first. I think it might be a little more user friendly to provide the newest torrents at the top of the page instead. I think it could be done with a simple one-line change here. Changing for group in groups: to for group in reversed(groups): ought to put the newest group at the top of the list.
for group in groups:
for group in reversed(groups):
Just my two cents. Thanks.
There is no deadline, but it might be nice to have the change made before the link to that BitTorrent tracker gets added to the main fp.o site.
If you know what needs to be changed, feel free to create PR against ansible repository. We will be happy to review it.
Metadata Update from @zlopez: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: low-gain, low-trouble
Sure, no problem. Done:
https://pagure.io/fedora-infra/ansible/pull-request/2825
Thanks!
Metadata Update from @james: - Issue assigned to james
Issue tagged with: sprint-0
@glb is this fixed now for you? I see the PR is merged.
Yes, this is working now. Thank you!
Metadata Update from @glb: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @zlopez: - Issue untagged with: sprint-0