Skip to content
Snippets Groups Projects
Commit 8fc2409c authored by Holger Levsen's avatar Holger Levsen
Browse files

r.d.n/stats: break the html in even smaller blocks to address rendering issues

parent 275c545f
No related branches found
No related tags found
No related merge requests found
......@@ -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>')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment