From 08b8d7373fa4d112b28d3ab1d929886bc110925e Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 11 Jan 2018 09:22:50 -0500 Subject: Initial commit --- test.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test.yaml (limited to 'test.yaml') diff --git a/test.yaml b/test.yaml new file mode 100644 index 0000000..5bc0a71 --- /dev/null +++ b/test.yaml @@ -0,0 +1,25 @@ +# Recipe repository +repository: 'https://github.com/astroconda/astroconda-contrib' +git_ref_spec: 'master' + +# 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-j-pub-testing' +packages: + - costools + - cfitsio +# - ds9 +# - crds +# - cube-tools +# - sphinxcontrib-programoutput +# - pyds9 +# - wcstools +# - webbpsf +# +# - mosviz +# - specutils +# - glueviz +# - glue-vispy-viewers +# - glue-core -- cgit