From 27e87c6c37c3c846ee2e0c9e2d3f3401ff857b79 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 27 Jun 2018 09:52:09 -0400 Subject: Prepare jwst reicpe for repo relocation. --- jwst/meta.yaml | 8 ++++---- 1 file 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_" 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: -- cgit