From 40d8f207357206f35ba87e597f1644de8786ffcf Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 19 Dec 2018 13:11:47 -0500 Subject: Initial commit of DA config (#19) * Initial commit of DA config * Disable specfile generation --- da.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 da.yaml diff --git a/da.yaml b/da.yaml new file mode 100644 index 0000000..76891cb --- /dev/null +++ b/da.yaml @@ -0,0 +1,22 @@ +# Recipe repository +repository: 'https://github.com/astroconda/astroconda-contrib' +git_ref_spec: 'spec-pkgs-ancient-workaround' + +# Publication channel to consult when determining what packages already exist. +channel_URL: 'http://ssb.stsci.edu/astroconda' + +# publication_root path needs to be visible from the slave nodes. +publication_root: '/eng/ssb/websites/ssbpublic/astroconda' + +# 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: 'da' + +# Output location for produced environment spec files +#specfile_output: '/eng/ssb/websites/ssbpublic/astroconda-releases-staging' + +packages: + - specutils + - specviz -- cgit