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

Recipe name #36

Open
rabernat opened this issue Jan 22, 2021 · 0 comments
Open

Recipe name #36

rabernat opened this issue Jan 22, 2021 · 0 comments
Labels
design question A question of the design of Pangeo Forge

Comments

@rabernat
Copy link
Contributor

rabernat commented Jan 22, 2021

In order to run a recipe in a bakery, it will need a unique name. Some questions come to mind. I imagine that the unique identifier for a recipe once it is stored will be something like

{github_org}/{github_repo}/{recipe_name}

In most cases, <github_org> will be pangeo-forge and the repo will be the name of the feedstock repo. This structure allows us to have multiple recipes in one repo, as long as they have distinct names.

  • Is a name always required to initialize a recipe? They are currently not and things work fine.
  • What naming conventions should the name require?
  • How shoud ci and linting validate the name?
@rabernat rabernat added the design question A question of the design of Pangeo Forge label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design question A question of the design of Pangeo Forge
Projects
None yet
Development

No branches or pull requests

1 participant