[Git][qa/jenkins.debian.net][master] rdn: fix stats

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Aug 25 20:10:45 BST 2025



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


Commits:
8f3dfdb3 by Jochen Sprickerhof at 2025-08-25T21:10:36+02:00
rdn: fix stats

(cherry picked from commit da36c08ed2bddd7a22cd9cd83798a2780aee88dc)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/rebuilderd_stats.py


Changes:

=====================================
bin/rebuilderd_stats.py
=====================================
@@ -252,7 +252,7 @@ def output(outfile, arch, db_size, total, messages_packages, size_sort, api):
         print('<p>Packages are grouped by having a bug in <a href="https://salsa.debian.org/reproducible-builds/reproducible-notes">reproducible-notes</a> and sorted by build time (newer logs later) inside the group. There is also a <a href="index_size.html">page</a> sorted by diffoscope size.</p>', file=outfile)
 
     def sorter(pkg):
-        if rn_bug := rn_bugs[pkg["src"]]:
+        if rn_bug := rn_bugs.get(pkg["src"]):
             if "bugs" in rn_bug or "comments" in rn_bug:
                 return -1
         if size_sort:



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8f3dfdb32e101c8d3ddf8ed73e9b3c7e166d8582
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/20250825/d4f714ab/attachment.htm>


More information about the Qa-jenkins-scm mailing list