From 08b8d7373fa4d112b28d3ab1d929886bc110925e Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 11 Jan 2018 09:22:50 -0500 Subject: Initial commit --- jwst.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jwst.yaml (limited to 'jwst.yaml') diff --git a/jwst.yaml b/jwst.yaml new file mode 100644 index 0000000..f5ecee5 --- /dev/null +++ b/jwst.yaml @@ -0,0 +1,21 @@ +# Recipe repository +repository: 'https://github.com/rendinam/astroconda-dev' +git_ref_spec: 'jwst_parameterized_rev' + +# Publication channel to consult when determining what packages already exist. +channel_URL: 'http://ssb.stsci.edu/astroconda-dev' + +# publication_root path needs to be visible from the slave nodes. +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-dev' + +# conda environment spec file generation is only performed if this field +# is populated. Allowed values are: +# 'jwstdp' - JWST Data processing release +# 'hstdp' - HST Data processing release +specfile_type: 'jwstdp' + +# Output location for produced environment spec files +specfile_output: '/eng/ssb/websites/ssbpublic/astroconda-releases-staging' + +packages: + - jwst -- cgit