[Git][qa/jenkins.debian.net][master] r.d.n./stats: add a space after pkg name so one can search for pkgs more easily
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Mar 6 19:59:35 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6a2ac88c by Holger Levsen at 2025-03-06T20:59:24+01:00
r.d.n./stats: add a space after pkg name so one can search for pkgs more easily
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -132,7 +132,7 @@ def main() -> None:
span = 0
print("<p><span>")
for pkg in packages:
- print(f'<a href="https://reproduce.debian.net/{arch}/api/v0/builds/{pkg["id"]}/log">{pkg["name"]}</a>', end='')
+ 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='')
print(f'<a href="https://tracker.debian.org/pkg/{pkg["src"]}">🍥</a>', end='')
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6a2ac88c3dbe7628f08f7646d4d31fed237b0dc7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6a2ac88c3dbe7628f08f7646d4d31fed237b0dc7
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/20250306/0f5c4e63/attachment.htm>
More information about the Qa-jenkins-scm
mailing list