-
Notifications
You must be signed in to change notification settings - Fork 109
fix #100: CHECKSUMS verification with sha256sum fails on Ubuntu 25.10 #101
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
base: master
Are you sure you want to change the base?
Conversation
0441ce9 to
65d4744
Compare
|
Are you sure this change works correctly? Can't remember why exactly but I know I added the debs count check on purpose (which this PR would remove) |
65d4744 to
f081b3c
Compare
I tested the fix on Ubuntu 25.10 many times: it works correctly. I also investigated how Of course it would be nice if it was tested on other OS's but I don't have other Linuxes to test. Even if this PR will cause checksum verification failure on some OS, people may file a bug and temporarily use |
|
@pimlie Alternatively, to be very cautious, we could use your old approach (check count) for |
|
We cannot use counting with |
f081b3c to
729f164
Compare
|
IIRC the issue is with the So the |
|
@pimlie I've just made this test with missing files. If I remove the option So both ways work but the latter one is cleaner in my opinion. |
|
Just for the reference, output of |
|
Maybe we should preserve old behavior for systems where |
Fix #100: Try shasum first.