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 /public.yaml | |
parent | 3308bda4e79cbf4ed2a708106c9ecf4be0f1f7f8 (diff) | |
download | build_manifests-08b8d7373fa4d112b28d3ab1d929886bc110925e.tar.gz |
Initial commit
Diffstat (limited to 'public.yaml')
-rw-r--r-- | public.yaml | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/public.yaml b/public.yaml new file mode 100644 index 0000000..fc73036 --- /dev/null +++ b/public.yaml @@ -0,0 +1,104 @@ +# 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' +packages: + - acstools + - appdirs + - aprio + - asdf + - asdf-standard + - astroimtools + - astroquery + - asteval + - asv + - calcos + - cfitsio + - costools + - crds + - cubeviz + - d2to1 + - dbus-glib + - dbus-python + - drizzle + - drizzlepac + - ds9 + - fftw + - fitsblender + - fitsverify + - ginga + - glue-core + - glue-ginga + - glue-vispy-viewers + - glueviz + - gwcs + - hstcal + - htc_utils + - imexam + - jwst_coronagraph_visibility + - jwst_footprints + - jwst_gtvt + - jwxml + - mosviz + - nictools + - opuscoords + - photutils + - poppy + - purge_path + - py-expression-eval + - pyds9 + - pyfftw + - pyobjc-core + - pyobjc-framework-cocoa + - pyobjc-framework-quartz + - pyqtgraph + - pyraf + - pyregion + - pysynphot + - python-daemon + - pytools + - pywcs + - reftools + - relic + - secretstorage + - selenium + - shunit2 + - specutils + - specviz + - sphere + - spherical-geometry + - sphinx_rtd_theme + - sphinxcontrib-programoutput + - stginga + - stistools + - stsci + - stsci-data-analysis + - stsci-hst + - stsci.convolve + - stsci.distutils + - stsci.image + - stsci.imagemanip + - stsci.imagestats + - stsci.ndimage + - stsci.numdisplay + - stsci.skypac + - stsci.sphere + - stsci.sphinxext + - stsci.stimage + - stsci.tools + - stsci_sphinx_theme + - stsynphot + - stwcs + - synphot + - verhawk + - wcstools + - webbpsf + - webbpsf-data + - wfc3tools + - wfpc2tools + - xpa |