[Git][reproducible-builds/reproducible-misc][master] 2 commits: Find all archived bugs
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Wed May 13 22:56:10 UTC 2026
Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-misc
Commits:
fa86963f by Jochen Sprickerhof at 2026-04-21T09:25:41+02:00
Find all archived bugs
- - - - -
0ba6e5b0 by Mattia Rizzolo at 2026-05-13T22:55:49+00:00
Merge branch 'test_all_archived' into 'master'
Find all archived bugs
See merge request reproducible-builds/reproducible-misc!2
- - - - -
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/-/compare/ee183cfd2782e9998753534cb269c074f215fbbb...0ba6e5b00b0224bd46d2695c450609c832a389e6
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/compare/ee183cfd2782e9998753534cb269c074f215fbbb...0ba6e5b00b0224bd46d2695c450609c832a389e6
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://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260513/8be313db/attachment.htm>
More information about the rb-commits
mailing list