[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: improve suite ordering on oldies pages
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Jun 14 00:42:02 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6a05d556 by Holger Levsen at 2023-06-14T01:41:43+02:00
reproducible Debian: improve suite ordering on oldies pages
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
=====================================
@@ -164,9 +164,9 @@ def generate_live_status_table(arch):
def generate_oldies(arch):
log.info('Building the oldies page for ' + arch + '...')
- title = 'Oldest results on ' + arch
+ title = 'Oldest results for ' + arch
html = ''
- for suite in reversed(SUITES):
+ for suite in SUITES:
query = select([
sources.c.suite,
sources.c.architecture,
@@ -184,7 +184,7 @@ def generate_oldies(arch):
).order_by(
results.c.build_date
).limit(15)
- text = Template('Oldest results on $suite/$arch:')
+ text = Template('Oldest results for $suite/$arch:')
rows = query_db(query.params({'arch': arch, 'suite': suite}))
html += build_leading_text_section({'text': text}, rows, suite, arch)
html += '<p><table class="scheduled">\n' + tab
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6a05d556407fa4770bcf35ad31185c4899121484
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6a05d556407fa4770bcf35ad31185c4899121484
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/20230613/751bfbf9/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list