[Git][qa/jenkins.debian.net][master] rdn stats: fix notes issue link
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jun 9 13:53:48 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7f052c9c by Jochen Sprickerhof at 2026-06-09T14:53:38+02:00
rdn stats: fix notes issue link
(cherry picked from commit 6b377e0e98477ec4d92f1f72c961ae56d7d6bea5)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -305,7 +305,7 @@ def output(outfile, arch, db_size, total, messages_packages, size_sort, api, rel
for bug in rn_bug.get("bugs", []):
print(f'<a style="color: #FF0000;" href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug={bug}">#</a>', end='', file=outfile)
for issue in rn_bug.get("issues", []):
- print(f'<a href="https://tests.reproducible-builds.org/debian/issues/unstable/{issue}.html">🐛</a>', end='', file=outfile)
+ print(f'<a href="https://tests.reproducible-builds.org/debian/issues/unstable/{issue}_issue.html">🐛</a>', end='', file=outfile)
print(" ", file=outfile)
span += 1
if span == 256:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7f052c9c3c267ab15630d9e52eb2cd3e69a98ba9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7f052c9c3c267ab15630d9e52eb2cd3e69a98ba9
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260609/1d8043b4/attachment.htm>
More information about the Qa-jenkins-scm
mailing list