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

Add cleanup function to get rid of hash_type usage #255

Closed
schuylermartin45 opened this issue Nov 22, 2024 · 0 comments · Fixed by #257
Closed

Add cleanup function to get rid of hash_type usage #255

schuylermartin45 opened this issue Nov 22, 2024 · 0 comments · Fixed by #257
Assignees
Labels
enhancement New feature or request source::maintainer

Comments

@schuylermartin45
Copy link
Collaborator

We do something similar in crm convert. We need to be able to handle recipes that define and use the hash_type variable as some obnoxious to set the /source/sha256 field:

source:
  {{ hash_type }}: {{ hash }}

This makes it impossible to edit the recipe file and should be forbidden. We should correct this to:

source:
  sha256: {{ hash }}
@schuylermartin45 schuylermartin45 added enhancement New feature or request source::maintainer to sort Needs additional investigation labels Nov 22, 2024
@schuylermartin45 schuylermartin45 self-assigned this Nov 22, 2024
@schuylermartin45 schuylermartin45 removed the to sort Needs additional investigation label Nov 22, 2024
@schuylermartin45 schuylermartin45 moved this to In progress in Conda Recipe Manager Nov 22, 2024
@schuylermartin45 schuylermartin45 moved this from In progress to In review in Conda Recipe Manager Nov 25, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Conda Recipe Manager Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request source::maintainer
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant