Hi, On 06/07/22 at 14:47 +0200, Lucas Nussbaum wrote: > On 03/07/22 at 15:51 +0200, Lucas Nussbaum wrote: > > TLDR: I have plans to get fresh archive-wide data about lintian results > > in UDD (and then to any service that wants to consume it), but it's > > still WIP > > Update on this: > - the initial scan is still running, and should finish by friday morning > (~ 12000 source packages remaining) > - https://udd.debian.org/lintian/ now uses the data from the new importer > - the UDD lintian_results_agg view is probably what you should look at > if you want to access the raw data. > > Once the initial scan is finished, I will update the worker node to the > latest lintian version from backports.
Another update: - UDD now has up to date data for the whole archive and a lintian git snapshot (2.115.2+git20220708220500) - the importer runs on a regular basis (every 6 hours) - the lintian UDD table is now a materialized view for compatibility What remains to be done: - DSA topics (see https://lists.debian.org/debian-qa/2022/07/msg00006.html ) : + move the lintian worker to Debian infra instead of AWS + understand what we want to do with lintian.d.o - talk to tracker.d.o and https://qa.debian.org/developer.php maintainers about switching to this source of data - maybe improve the web interface at https://udd.debian.org/lintian/ (however if you are doing something complex, SQL is probably a better tool) Lucas