Skip to content
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

Randomly Incorrect Release Checksums #1864

Closed
JaimeMagiera opened this issue Jan 22, 2024 · 1 comment
Closed

Randomly Incorrect Release Checksums #1864

JaimeMagiera opened this issue Jan 22, 2024 · 1 comment

Comments

@JaimeMagiera
Copy link
Contributor

Describe the bug
The sha256sum.txt file contains incorrect values for some files in each release payload. It's inconsistent. For example...

`➜ 4.14.0-0.okd-2024-01-06-084517 sha256sum ccoctl-linux-4.14.0-0.okd-2024-01-06-084517.tar.gz | awk '{print $1}'
d80cdb38f7438ddeee60f9fc1f067607b22470238ef5407daec268369e550ded

➜ 4.14.0-0.okd-2024-01-06-084517 cat sha256sum.txt | grep ccoctl-linux | awk '{print $1}'
d80cdb38f7438ddeee60f9fc1f067607b22470238ef5407daec268369e550ded`

`➜ 4.13.0-0.okd-2023-06-24-145750 sha256sum ccoctl-linux-4.13.0-0.okd-2023-06-24-145750.tar.gz | awk '{print $1}'
fd7efc74d6fbb9a0271ea7965863201e827969c68d7af776df617ad147c7b2fa

➜ 4.13.0-0.okd-2023-06-24-145750 cat sha256sum.txt | grep ccoctl-linux-4.13.0-0.okd-2023-06-24-145750.tar.gz | awk '{print $1}'
70996f26c0e38f2ac50feb7aa9d994100619c123d2aee051ca9c99f16e2c9043`

Version
I was able to find errors going back to early releases of 4.13 and eventually stopped looking.

How reproducible
Every release seems to have errors in the file.

@codespearhead
Copy link

Duplicate of #1569 . Can you close this issue in favor of that one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants