On Fri, Jun 14, 2024 at 06:24:29AM +0000, Lev Lazinskiy wrote: > This may be a new bug, but it looks like this page is not working at all > anymore because at the bottom of the page it now says "No data > available" > > https://qa.debian.org/man-pages.html
I found the code that handles this, but its not clear to me how these pages are generated. I looked through the makefiles in this repo and read all the READMEs that I could find, but I don't see how the site is built documented anywhere. Could anyone point me in the right direction? https://salsa.debian.org/qa/qa/-/blob/master/wml/man-pages.wml?ref_type=heads#L66 I suspect the issue is that this script is looking for some data from lintian.log but this file no longer exists in the /data directory. my $lintianlog = "/srv/qa.debian.org/data/lintian.log"; The closest thing I could find is this: https://qa.debian.org/data/lintian-list.txt, perhaps this file was renamed at some point. I'd love to send a patch but I have no idea how to test this out locally.