fix #100: CHECKSUMS verification with sha256sum fails on Ubuntu 25.10#101
fix #100: CHECKSUMS verification with sha256sum fails on Ubuntu 25.10#101valiko-ua wants to merge 1 commit intopimlie:masterfrom
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 |
|
@pimlie, @valiko-ua |
Fix #100: Try shasum first.