[Git][qa/jenkins.debian.net][master] reproducible Debian oldest results: show experimental first, then unstable and then the rest
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Oct 29 12:09:58 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
694afa63 by Holger Levsen at 2023-10-29T13:09:36+01:00
reproducible Debian oldest results: show experimental first, then unstable and then the rest
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_live_status.py
Changes:
=====================================
bin/reproducible_html_live_status.py
=====================================
@@ -201,7 +201,10 @@ def generate_oldies(arch):
log.info('Building the oldies page for ' + arch + '...')
title = 'Oldest results for ' + arch
html = ''
- for suite in SUITES:
+ # reorder suites, to list experimental first
+ reordered_suites = SUITES
+ reordered_suites.insert(0, reordered_suites.pop())
+ for suite in reordered_suites:
html += gen_suitearch_oldies_table(suite, arch)
destfile = DISTRO_BASE + '/index_' + arch + '_oldies.html'
desturl = DISTRO_URL + '/index_' + arch + '_oldies.html'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/694afa63b9ad27df34fe6013cc0285ce65af0e48
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/694afa63b9ad27df34fe6013cc0285ce65af0e48
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20231029/0982f076/attachment.htm>
More information about the Qa-jenkins-scm
mailing list