diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-06-27 15:53:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 15:53:50 -0400 |
commit | 61dc6e4e843ffc4d241624366a2db1afd40f0465 (patch) | |
tree | ea4dad55d51ddb7529992fdc292c94242b3ca717 /jwst | |
parent | c987ab1a9b13d8230a4e5d1d441ea00c4de8ac44 (diff) | |
parent | 27e87c6c37c3c846ee2e0c9e2d3f3401ff857b79 (diff) | |
download | astroconda-dev-61dc6e4e843ffc4d241624366a2db1afd40f0465.tar.gz |
Merge pull request #140 from rendinam/new_jwst_repo_location
JWST repo relocation
Diffstat (limited to 'jwst')
-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: |