[Git][qa/jenkins.debian.net][master] r.d.n/stats: break the html in smaller blocks to address rendering issues
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jan 28 15:40:58 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bb79085d by Holger Levsen at 2025-01-28T16:40:51+01:00
r.d.n/stats: break the html in smaller blocks to address rendering issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -114,6 +114,7 @@ def main() -> None:
message = sub(r'(#)([0-9]*)', r'https://bugs.debian.org/\2', message)
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>')
+ print("<p>")
for pkg in packages:
print(f'<a href="https://{arch}.reproduce.debian.net/api/v0/builds/{pkg["id"]}/log">{pkg["name"]}</a>', end='')
if pkg["diff"]:
@@ -121,6 +122,7 @@ def main() -> None:
print(f'<a href="https://tracker.debian.org/pkg/{pkg["src"]}">🍥</a>', end='')
print(f'<a href="https://tests.reproducible-builds.org/debian/rb-pkg/trixie/{arch}/{pkg["src"]}.html">♻</a>', end='')
print(" ")
+ print("</p>")
print('<br/><br/><hr/><a href="https://salsa.debian.org/qa/jenkins.debian.net/-/blob/master/bin/rebuilderd_stats.py">rebuilderd_stats.py<a/> - patches welcome.</main></body></html>')
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bb79085d4995aa69fee39bf4ddfa105c80ac8ef7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bb79085d4995aa69fee39bf4ddfa105c80ac8ef7
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/20250128/0e0ce1cf/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list