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

Create a single data structure for recipe metadata #103

@ahal

Description

@ahal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions