diff options
-rw-r--r-- | jwst/meta.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 91f0c81..3f53786 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -55,6 +55,12 @@ requirements: - python source: + # The git rev may be overridden by setting an env var with the name + # "ASCO_GIT_REV_<package short name>" before building the recipe. + # i.e "ASCO_GIT_REV_jwst=1.0.3" + # The value may be a git full hash, short hash, or a tag name on master. + # The default value is "master". + git_rev: {{ environ.get("ASCO_GIT_REV_"+name, "master") }} git_url: https://github.com/stsci-jwst/{{ name }}.git test: |