-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Fix homepage #27220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix homepage #27220
Conversation
They report homepage problems in more than a thousand of our packages... |
Yep, interesting site. Well, maybe, if we ever have too much time on our hands, we might use the API to update all those homepages. |
Any idea how https://nixos.org/nixpkgs/packages-unstable.json.gz is updated? Apparently that's what they're using to update but I see the current commit is very old: c5badb1. |
@vcunat I asked the same on the IRC channel earlier but then thought of https://github.com/NixOS/nixos-channel-scripts/blob/master/generate-programs-index.cc |
I can't see where in particular... |
You're right, this is it. |
Hmm, that |
Would be nice if we could make a cron job for this. |
I'd think it is automatically updated already. |
I checked some of the packages and they were quite old, and repology updates everyday (and had just finished updating). Note also that it uses in fact nixos-unstable. |
They update by downloading that file of ours – and that one's outdated for some reason, even though the homepage has updated in the meantime (e.g. the news is weeks newer). |
Motivation for this change
Fix broken homepage url discovered by https://repology.org
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)