diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-01-11 09:22:50 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-01-11 09:22:50 -0500 |
commit | 08b8d7373fa4d112b28d3ab1d929886bc110925e (patch) | |
tree | 5795f244ffd4b1c4c916a0a423fed502b1600bb5 /dev-test.yaml | |
parent | 3308bda4e79cbf4ed2a708106c9ecf4be0f1f7f8 (diff) | |
download | build_manifests-08b8d7373fa4d112b28d3ab1d929886bc110925e.tar.gz |
Initial commit
Diffstat (limited to 'dev-test.yaml')
-rw-r--r-- | dev-test.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-test.yaml b/dev-test.yaml new file mode 100644 index 0000000..3b39ac0 --- /dev/null +++ b/dev-test.yaml @@ -0,0 +1,25 @@ +# Recipe repository +repository: 'https://github.com/astroconda/astroconda-dev' + +# 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-j-dev-staging' +packages: + - py-expression-eval +# - drizzlepac +# - jwst_gtvt +# - jwst +# - pandokia +# - crds +# - cube-tools +# - sphinxcontrib-programoutput +# - pyds9 +# - wcstools +# - webbpsf +# - mosviz +# - specutils +# - glueviz +# - glue-vispy-viewers +# - glue-core |