[Git][qa/jenkins.debian.net][master] reproducible breakages: re-sort presentation order

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Mar 19 11:46:20 GMT 2024



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


Commits:
bc162864 by Holger Levsen at 2024-03-19T12:46:09+01:00
reproducible breakages: re-sort presentation order

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_breakages.py


Changes:

=====================================
bin/reproducible_html_breakages.py
=====================================
@@ -390,8 +390,16 @@ def gen_html():
                                'diffoscope output does not seem to be an html ' +
                                'file - so probably diffoscope ran into a ' +
                                'timeout:', bad_dbd)
-    # files that should not be there (e.g. removed packages without cleanup)
     html += '<h2>Breakage on jenkins.debian.net</h2>'
+    # missing files
+    html += _gen_packages_html('have been built but don\'t have a buildlog:',
+                               lack_rbuild())
+    html += _gen_packages_html('have been built but don\'t have a .buildinfo file:',
+                               lack_buildinfo())
+    # diffoscope reports where they shouldn't be
+    html += _gen_packages_html('are not marked as FTBR, but they ' +
+                               'have a diffoscope file:', not_unrep_with_dbd_file())
+    # files that should not be there (e.g. removed packages without cleanup)
     html += _gen_files_html('log files that should not be there (and which will be deleted once they are older than 24h):',
                             entries=alien_log())
     html += _gen_files_html('diffoscope files that should not be there:',
@@ -402,14 +410,6 @@ def gen_html():
                             entries=alien_buildinfo())
     html += _gen_files_html('history pages that should not be there and thus have been removed:',
                             entries=alien_history())
-    # diffoscope reports where they shouldn't be
-    html += _gen_packages_html('are not marked as FTBR, but they ' +
-                               'have a diffoscope file:', not_unrep_with_dbd_file())
-    # missing files
-    html += _gen_packages_html('have been built but don\'t have a buildlog:',
-                               lack_rbuild())
-    html += _gen_packages_html('have been built but don\'t have a .buildinfo file:',
-                               lack_buildinfo())
     return html
 
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bc162864b1a10659d0f6521608250e698e821ce7
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/20240319/3282b737/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list