[Git][qa/jenkins.debian.net][master] fixup: rdn stats: support pull-184
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Aug 24 12:19:23 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
4fa70b70 by Holger Levsen at 2025-08-24T13:19:08+02:00
fixup: rdn stats: support pull-184
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -158,14 +158,14 @@ def main() -> None:
" FROM rebuild_artifacts a JOIN rebuilds r ON a.rebuild_id = r.id JOIN build_inputs i ON r.build_input_id = i.id JOIN source_packages s ON i.source_package_id = s.id"
f" WHERE a.status = 'BAD' {filter_release} group by a.name HAVING r.id = MAX(r.id) ORDER BY a.id"
)
- api = v1
+ api = "v1"
else:
sql = (
"SELECT p.name, s.name, p.build_id, b.build_log, b.diffoscope"
" FROM packages p JOIN pkgbases s ON s.id = p.pkgbase_id LEFT JOIN builds b ON b.id = p.build_id"
" WHERE p.status = 'BAD' ORDER BY p.build_id"
)
- api = v0
+ api = "v0"
for name, src_name, build_id, build_log, diffoscope in cu.execute(sql):
total += 1
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4fa70b70a09d97d971f05435a7bed41845a388ee
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4fa70b70a09d97d971f05435a7bed41845a388ee
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/20250824/f1f10ab0/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list