We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Duplicate of #1569 . Can you close this issue in favor of that one?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: