[Git][qa/jenkins.debian.net][master] rdn stat: analyze packages without diffoscope
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Aug 28 22:10:07 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8a8dab77 by Jochen Sprickerhof at 2025-08-28T23:09:57+02:00
rdn stat: analyze packages without diffoscope
(cherry picked from commit 7665196e177b4e2b93463c65b4263795371c57bc)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_stats.py
Changes:
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -157,7 +157,7 @@ def main() -> None:
sql = (
"SELECT a.name, s.name, r.id, l.build_log, d.diffoscope_log, a.id"
" FROM rebuild_artifacts a"
- " JOIN diffoscope_logs d ON a.diffoscope_log_id = d.id"
+ " LEFT JOIN diffoscope_logs d ON a.diffoscope_log_id = d.id"
" JOIN rebuilds r ON a.rebuild_id = r.id"
" JOIN build_logs l ON r.build_log_id = l.id"
" JOIN build_inputs i ON r.build_input_id = i.id"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8a8dab778da9bc699e0651efcfe5ec09cd0d0852
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8a8dab778da9bc699e0651efcfe5ec09cd0d0852
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/20250828/35fb1f5f/attachment.htm>
More information about the Qa-jenkins-scm
mailing list