Closed matthewbauer closed 6 years ago
@mattbillenstein, I've generated this list from the repology table. I hope to help.
I (@pSub) have regenerated the list using the following command xmllint --shell table.html <<< 'cat //tr/td[position()=3]/text()' | grep -v ' -' | sed -e 's/^/- [ ] /'
.
Well, I personally wouldn't consider permanent redirects as problems...
Basically it breaks down into:
@mimadrid did you start some work on your side? I'm willing to tackle the "Google Code" category. It should be ok to find a new homepage or mark as broken for most cases.
@c0bw3b, awesome, feel free to tackle the "Google Code" category @vcunat You're right. I've updated the list without redirects. Homepage redirects aren't a priority
@pSub regenerating the list also reseted what was checked and what was not :( Plus there is plenty of duplicates in your list
I've had a look a some of the checked packages and they seemed to be fixed (i.e. no longer in the list). But you're right, I should have payed more attention and leave the checked ones there. I'll remove the duplicates. I'm really sorry for this quick shot!
No harm done. And yes the already fixed ones are off the list so just sorting out duplicates would be enough to go on.
Hi, I am using the repology API in a script to parse and classify the issues found by repology. This in turns is formatted as markdown comment.
Tell me if there's anything else you'd want to see from that script. I think I may be able to fetch the proper nixpkgs attribute names instead of the repology package names, haven't tried yet. (This should also give the proper filename).
(I have removed Homepage link is a permanent redirect from the list as I have a PR already fixing most of those automatically.)
Hi all,
Repology publishes a list of `problems' in repositories. Mostly they're issues with homepage redirects and 404s but probably worth looking into.
https://repology.org/repository/nix_unstable/problems
Might be a good beginner issue for anyone wanting to help out.