Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Create a single data structure for recipe metadata #103

Open
ahal opened this issue Jan 21, 2019 · 0 comments
Open

Create a single data structure for recipe metadata #103

ahal opened this issue Jan 21, 2019 · 0 comments

Comments

@ahal
Copy link
Member

ahal commented Jan 21, 2019

There are a few global values that various things look for in a recipe. For example, RUN_CONTEXT, BROKEN, etc.

We should have a single construct for all recipe metadata. I guess for now we can keep using a global variable + dict:

META = {
    'disabled': 'true',
    'context': { ... },
}

Eventually we might want to move this to an external file and have that be the primary place to define a recipe, but for now we can leave them in the python module.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant