[Git][qa/jenkins.debian.net][master] r.d.n./stats: Add space between groups
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed May 21 15:42:59 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b320ded2 by Jochen Sprickerhof at 2025-05-21T16:42:49+02:00
r.d.n./stats: Add space between groups
(cherry picked from commit 87b1213b00c15dbc4eaf7b76395c8abda5814c39)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -146,8 +146,12 @@ def main() -> None:
message = sub(r'(https://[a-z.A-Z_0-9/]*)', r'<a href="\1">\1</a>', message)
print(f'\n<h2 id="{anchor}">{message}</h2>')
span = 0
+ bug_break = False
print("<p><span>")
for pkg in sorted(packages, key=lambda pkg: pkg["src"] in rn_bugs and "bugs" in rn_bugs[pkg["src"]]):
+ if not bug_break and pkg["src"] in rn_bugs and "bugs" in rn_bugs[pkg["src"]]:
+ bug_break = True
+ print("</span></p><p><span>")
print(f'<a href="https://reproduce.debian.net/{arch}/api/v0/builds/{pkg["id"]}/log">{pkg["name"]}</a> ', end='')
if pkg["diff"]:
print(f'<a href="https://reproduce.debian.net/{arch}/api/v0/builds/{pkg["id"]}/diffoscope">💠</a>', end='')
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b320ded2a4fe797b13e991ea91ed2bb3063fdedc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b320ded2a4fe797b13e991ea91ed2bb3063fdedc
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/20250521/17d538cb/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list