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

r.d.n./stats: add a space after pkg name so one can search for pkgs more easily

parent f6a87edd
No related branches found
No related tags found
No related merge requests found
......@@ -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='')
......
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