diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-01-05 13:41:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 13:41:32 -0500 |
commit | 80eaa72ce0b550bcc9a0bbfb29e790719083e906 (patch) | |
tree | 73eb034762f0b4214a1d4265aa469faeec39f6cf /manifests | |
parent | 2b1d676011a0329fbdfa29e8c8363ab0701a93c0 (diff) | |
parent | 6806ffa9329b309c15488c795784ae4687f1a482 (diff) | |
download | build_control-80eaa72ce0b550bcc9a0bbfb29e790719083e906.tar.gz |
Merge pull request #50 from rendinam/specfile_gen1.0.15
Allow for JWST specfile generation
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/jwst.yaml | 12 |
1 files changed, 11 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 |