Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
jenkins.d.n
Commits
aa2ace2f
Commit
aa2ace2f
authored
Nov 16, 2019
by
Holger Levsen
Browse files
reproducible Debian: display newer suites first (on pages showing oldest build results)
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
0a56df32
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/reproducible_html_live_status.py
View file @
aa2ace2f
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# Copyright © 2015-201
7
Holger Levsen <holger@layer-acht.org>
# Copyright © 2015-201
9
Holger Levsen <holger@layer-acht.org>
# © 2018 Mattia Rizzolo <mattia@mapreri.org>
# based on ~jenkins.d.n:~mattia/status.sh by Mattia Rizzolo <mattia@mapreri.org>
# 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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment