diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-06-27 09:52:09 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-06-27 09:52:09 -0400 |
commit | 27e87c6c37c3c846ee2e0c9e2d3f3401ff857b79 (patch) | |
tree | 924de6a068abf022bc4365ddd7e172a11a82b98d | |
parent | 75954d4d24d89ccc7f6f7e390f76875c34de8460 (diff) | |
download | astroconda-dev-27e87c6c37c3c846ee2e0c9e2d3f3401ff857b79.tar.gz |
Prepare jwst reicpe for repo relocation.
-rw-r--r-- | jwst/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 36ac41c..829bf50 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -3,10 +3,10 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: - home: https://github.com/stsci-jwst/{{ name }} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: JWST Pipeline code @@ -59,10 +59,10 @@ 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 value may be a git full hash, short hash, branch, or tag name. # The default value is "master". git_rev: {{ environ.get("ASCO_GIT_REV_"+name, "master") }} - git_url: https://github.com/stsci-jwst/{{ name }}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: |