mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
torrent: sort fedora releases in desc. order
Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com>
This commit is contained in:
committed by
kevin
parent
7da7d54653
commit
b3202768cf
@@ -42,7 +42,7 @@ def do_html_output(config, groups):
|
||||
with open(config.htmlheader) as head:
|
||||
myout.write(head.read())
|
||||
|
||||
for group in groups:
|
||||
for group in reversed(groups):
|
||||
msg = """
|
||||
<tr>
|
||||
<td colspan="5" class="torrent">%s</td>
|
||||
|
||||
Reference in New Issue
Block a user