[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: display newer suites first (on pages showing oldest build results)

Holger Levsen gitlab at salsa.debian.org
Sat Nov 16 09:24:01 GMT 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
aa2ace2f by Holger Levsen at 2019-11-16T09:21:56Z
reproducible Debian: display newer suites first (on pages showing oldest build results)

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
=====================================
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #
-# Copyright © 2015-2017 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2015-2019 Holger Levsen <holger at layer-acht.org>
 #           © 2018      Mattia Rizzolo <mattia at mapreri.org>
 # based on ~jenkins.d.n:~mattia/status.sh by Mattia Rizzolo <mattia at 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,



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/aa2ace2f2d0db1eeebe565643855685bcc9f6114

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/aa2ace2f2d0db1eeebe565643855685bcc9f6114
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/20191116/69489f05/attachment.html>


More information about the Qa-jenkins-scm mailing list