diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index 42bc0139a8dc1c3fb87cb35ea40c1886c600b96a..e10dd8edc1fb126ab5a7c427422053f6754075c1 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
-# Copyright © 2015-2017 Holger Levsen
+# Copyright © 2015-2019 Holger Levsen
# © 2018 Mattia Rizzolo
# based on ~jenkins.d.n:~mattia/status.sh by Mattia Rizzolo
# Licensed under GPL-2
@@ -166,7 +166,7 @@ def generate_oldies(arch):
log.info('Building the oldies page for ' + arch + '...')
title = 'Oldest results on ' + arch
html = ''
- for suite in SUITES:
+ for suite in reversed(SUITES):
query = select([
sources.c.suite,
sources.c.architecture,