diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-01-05 13:33:52 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-01-05 13:33:52 -0500 |
commit | 6806ffa9329b309c15488c795784ae4687f1a482 (patch) | |
tree | 73eb034762f0b4214a1d4265aa469faeec39f6cf /manifests | |
parent | c0424e6e7befc05b33cd0e313bcca2efae1b8863 (diff) | |
download | build_control-6806ffa9329b309c15488c795784ae4687f1a482.tar.gz |
Allow for JWST specfile generation
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/jwst.yaml | 12 | ||||
-rw-r--r-- | manifests/public.yaml | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/manifests/jwst.yaml b/manifests/jwst.yaml index adf14c5..f5ecee5 100644 --- a/manifests/jwst.yaml +++ b/manifests/jwst.yaml @@ -6,6 +6,16 @@ git_ref_spec: 'jwst_parameterized_rev' 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-j-dev-testing' +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 diff --git a/manifests/public.yaml b/manifests/public.yaml index 151bd5a..fc73036 100644 --- a/manifests/public.yaml +++ b/manifests/public.yaml @@ -15,6 +15,7 @@ packages: - asdf-standard - astroimtools - astroquery + - asteval - asv - calcos - cfitsio |