[Git][qa/jenkins.debian.net][master] r.d.n/stats: break the html in even smaller blocks to address rendering issues

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jan 28 22:46:33 GMT 2025



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


Commits:
8fc2409c by Holger Levsen at 2025-01-28T23:46:17+01:00
r.d.n/stats: break the html in even 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
=====================================
@@ -116,12 +116,13 @@ def main() -> None:
         print(f'\n<h2 id="{anchor}">{message}</h2>')
         print("<p>")
         for pkg in packages:
+            print("<span>")
             print(f'<a href="https://{arch}.reproduce.debian.net/api/v0/builds/{pkg["id"]}/log">{pkg["name"]}</a>', end='')
             if pkg["diff"]:
                 print(f'<a href="https://{arch}.reproduce.debian.net/api/v0/builds/{pkg["id"]}/diffoscope">💠</a>', end='')
             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("</span> ")
         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/8fc2409cef6de0847c5ab4d07b41a9d1166cf5a1

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


More information about the Qa-jenkins-scm mailing list