-
Notifications
You must be signed in to change notification settings - Fork 89
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
Multiple Mismatched Checksums #241
Comments
Yeah, its this: https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/, although I don't know why its still happening even though they apparently reverted it (maybe caching). It is really my fault though, as you are supposed to use |
I'm going to leave things as they are for now, since the change is being reverted. When I get a chance I'll try to implement |
No worries, I might be able to. Although I'm not sure how the current nix files are being generated. I see the
Wow I'm honeslty suprised more of the nixpkgs stuff I use isnt breaking. I always grab straight from tar files. I've updated hashes for ~600 files using a script, but that was before I knew tar files were the problem here (I did get the nix-shell command from the readme working though). I can probably just use the same script to switch them all to |
The entry point is here: https://github.com/lopsided98/superflore/blob/nixos-support/superflore/generators/nix/run.py |
Thanks! I went ahead and made a fork that adds I did some dryrun's and everything seems to be working (at least as much as it was before); I confirmed the outputs include I'm not sure about the AUTH token stuff, it seems to me like the dry run is good enough for me to generate nix-ros-overlay. |
Drop the dependency on gzip(1) and use our internal implementation to create tar.gz and tgz files. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
For almost all of the packages I'm getting something like the following:
I created a fork and patched some of the hashes, but after about 7 of them I realized something bigger is probably wrong for this to be happening
The text was updated successfully, but these errors were encountered: