[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian pkg pages: reverse suite ordering
Holger Levsen
gitlab at salsa.debian.org
Mon Jan 27 16:29:58 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d27e8d3f by Holger Levsen at 2020-01-27T17:29:21+01:00
reproducible Debian pkg pages: reverse suite ordering
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_packages.py
Changes:
=====================================
bin/reproducible_html_packages.py
=====================================
@@ -234,7 +234,7 @@ def gen_suitearch_section(package, current_suite, current_arch):
for a in ARCHS:
suites = []
- for s in SUITES:
+ for s in reversed(SUITES):
status = package.builds[s][a].status
if not status: # The package is not available in that suite/arch
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d27e8d3f23a5d61287bbf90b7af7c60cbd0e5513
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d27e8d3f23a5d61287bbf90b7af7c60cbd0e5513
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/20200127/315c88ba/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list