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

make ensure check file hash #206

Merged
merged 1 commit into from
Jul 15, 2024
Merged

make ensure check file hash #206

merged 1 commit into from
Jul 15, 2024

Conversation

marcosnils
Copy link
Owner

fixes #205

this is a breaking change because since everyone running bin ensure
after this gets merged will result in all their binaries getting
re-downloaded. This is good though since that will fix all the incorrect
hashes that are wrong in the first place.

I've decided not to add a flag to skip this check since checking hashes
is the right thing to do in the first place.

Signed-off-by: Marcos Lilljedahl marcosnils@gmail.com

fixes #205

this is a breaking change because since everyone running `bin ensure`
after this gets merged will result in all their binaries getting
re-downloaded. This is good though since that will fix all the incorrect
hashes that are wrong in the first place.

I've decided not to add a flag to skip this check since checking hashes
is the right thing to do in the first place.

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
@marcosnils marcosnils merged commit 0d011d5 into master Jul 15, 2024
2 checks passed
@marcosnils marcosnils deleted the feat/ensure_hash branch July 15, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bin ensure should ensure versions match the target config file.
1 participant