[Git][reproducible-builds/reproducible-misc][test_all_archived] Find all archived bugs
Jochen Sprickerhof (@jspricke)
gitlab at salsa.debian.org
Tue Apr 21 07:39:55 UTC 2026
Jochen Sprickerhof pushed to branch test_all_archived at Reproducible Builds / reproducible-misc
Commits:
fa86963f by Jochen Sprickerhof at 2026-04-21T09:25:41+02:00
Find all archived bugs
- - - - -
1 changed file:
- clean-notes
Changes:
=====================================
clean-notes
=====================================
@@ -313,9 +313,7 @@ def get_bugs():
def detect_archived_bugs(notes):
query = (
- "SELECT u.id "
- "FROM bugs_usertags AS u JOIN archived_bugs AS a ON u.id=a.id "
- "WHERE u.email='reproducible-builds at lists.alioth.debian.org'"
+ "SELECT id FROM archived_bugs"
)
rows = [x[0] for x in remote.query_udd(conn_udd, query)]
for pkg in sorted(notes.keys()):
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/commit/fa86963f8c41fa158f83873f7b379e0cf1310d6b
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/commit/fa86963f8c41fa158f83873f7b379e0cf1310d6b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260421/b565f1af/attachment.htm>
More information about the rb-commits
mailing list