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

Use a proper sha256 hash for file content #8

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

morphis
Copy link
Collaborator

@morphis morphis commented Jun 16, 2020

Using the simple python hash function is not enough to generate us a
stable hash for the file content. Switching to a proper sha256 hash
generates us what we're looking for and allows comparison of the
generate configuration file across invocations.

Using the simple python hash function is not enough to generate us a
stable hash for the file content. Switching to a proper sha256 hash
generates us what we're looking for and allows comparison of the
generate configuration file across invocations.
@adglkh
Copy link

adglkh commented Jun 16, 2020

LGTM

@morphis morphis merged commit ebfc863 into canonical:master Jun 16, 2020
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.

2 participants