diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-01-11 11:04:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 11:04:07 -0500 |
commit | a3ffcc4338d57d70b333afce507b53a916cf6c12 (patch) | |
tree | 59dab0a0d9ed3317ff54724f49c2cda9511d91ec /manifests | |
parent | bf2f9250c499a6ee2698f1de6d9a0e4c2660ed0d (diff) | |
download | build_control-a3ffcc4338d57d70b333afce507b53a916cf6c12.tar.gz |
Manifest location (#51)
* Remove manifests dir
* Add manifests repo as submodule
* Test submodule approach
Diffstat (limited to 'manifests')
m--------- | manifests | 0 | ||||
-rw-r--r-- | manifests/ETC.yaml | 24 | ||||
-rw-r--r-- | manifests/HST.yaml | 40 | ||||
-rw-r--r-- | manifests/dev-next.yaml | 103 | ||||
-rw-r--r-- | manifests/dev-test.yaml | 25 | ||||
-rw-r--r-- | manifests/dev.yaml | 105 | ||||
-rw-r--r-- | manifests/jwst.yaml | 21 | ||||
-rw-r--r-- | manifests/public-test.yaml | 11 | ||||
-rw-r--r-- | manifests/public.yaml | 104 | ||||
-rw-r--r-- | manifests/test-fail.yaml | 13 | ||||
-rw-r--r-- | manifests/test.yaml | 25 |
11 files changed, 0 insertions, 471 deletions
diff --git a/manifests b/manifests new file mode 160000 +Subproject 7bb02efd82f5cfa683806b988a24aa20c3cc08a diff --git a/manifests/ETC.yaml b/manifests/ETC.yaml deleted file mode 100644 index cbc3055..0000000 --- a/manifests/ETC.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Recipe repository -repository: 'https://github.com/astroconda/astroconda-etc' - -# Publication channel to consult when determining what packages already exist. -channel_URL: 'http://ssb.stsci.edu/astroconda-etc' - -# publication_root path needs to be visible from the slave nodes. -publication_root: '/eng/ssb/websites/ssbpublic/astroconda-etc' -numpy_version: 1.11 -packages: - - beautifulsoup - - d2to1 - - django - - epydoc - - mechanize - - mod-wsgi - - pmw -# - pyetc-thirdparty - - pyfits - - stsci.distutils - - stsci.tools - - urwid - - wsgiref - - yolk diff --git a/manifests/HST.yaml b/manifests/HST.yaml deleted file mode 100644 index 9e2b5db..0000000 --- a/manifests/HST.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Recipe repository -repository: 'https://github.com/astroconda/astroconda-contrib' - -# 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-staging' -numpy_version: 1.11 -packages: - - stsci-hst - - purge_path - - acstools - - calcos - - costools - - crds - - d2to1 - - drizzlepac - - fitsblender - - hstcal - - nictools - - pyregion - - pysynphot - - reftools - - stistools - - stsci.convolve - - stsci.distutils - - stsci.image - - stsci.imagemanip - - stsci.imagestats - - stsci.ndimage - - stsci.numdisplay - - stsci.skypac - - stsci.sphere - - stsci.sphinxext - - stsci.stimage - - stsci.tools - - stwcs - - wfc3tools - - wfpc2tools diff --git a/manifests/dev-next.yaml b/manifests/dev-next.yaml deleted file mode 100644 index d15e697..0000000 --- a/manifests/dev-next.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Recipe repository -repository: 'https://github.com/jhunkeler/astroconda-dev' -git_ref_spec: 'next' - -# 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: - - acstools - - appdirs - - aprio - - asdf - - asdf-standard - - astroimtools - - astropy - - astroquery - - asv - - calcos - - cfitsio - - costools - - crds - - cubeviz - - d2to1 - - dbus-glib - - dbus-python - - drizzle - - drizzlepac - - ds9 - - fftw - - fitsblender - - ginga - - glue-core - - glue-vispy-viewers - - glueviz - - gwcs - - hstcal - - htc_utils - - imexam - - jplephem - - jwst - - jwst_coronagraph_visibility - - jwst_gtvt - - jwxml - - mosviz - - namedlist - - nictools - - opuscoords - - photutils - - poppy - - purge_path - - py-expression-eval - - pyds9 - - pyfftw - - pymssql - - pyobjc-core - - pyobjc-framework-cocoa - - pyobjc-framework-quartz - - pyqtgraph - - pyraf - - pyregion - - pysynphot - - python-daemon - - pytools - - pywcs - - reftools - - relic - - secretstorage - - selenium - - shunit2 - - specutils - - specviz - - 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 - - stsynphot - - stwcs - - synphot - - verhawk - - wcstools - - webbpsf - - webbpsf-data - - wfc3tools - - wfpc2tools - - xpa diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml deleted file mode 100644 index 3b39ac0..0000000 --- a/manifests/dev-test.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# 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 diff --git a/manifests/dev.yaml b/manifests/dev.yaml deleted file mode 100644 index 41ab9de..0000000 --- a/manifests/dev.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Recipe repository -repository: 'https://github.com/astroconda/astroconda-dev' -git_ref_spec: 'master' - -# 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-dev' -packages: - - acstools - - appdirs - - aprio - - asdf - - asdf-standard - - asteval - - astroimtools - - astropy - - astroquery - - asv - - calcos - - cfitsio - - costools - - crds - - cubeviz - - d2to1 - - dbus-glib - - dbus-python - - drizzle - - drizzlepac - - ds9 - - fftw - - fitsblender - - ginga - - glue-core - - glue-vispy-viewers - - glueviz - - gwcs - - hstcal - - htc_utils - - imexam - - jplephem - - jwst - - jwst_coronagraph_visibility - - jwst_gtvt - - jwxml - - mosviz - - namedlist - - nictools - - opuscoords - - photutils - - poppy - - purge_path - - py-expression-eval - - pyds9 - - pyfftw - - pymssql - - pyobjc-core - - pyobjc-framework-cocoa - - pyobjc-framework-quartz - - pyqtgraph - - pyraf - - pyregion - - pysynphot - - python-daemon - - pytools - - pywcs - - reftools - - relic - - secretstorage - - selenium - - sextractor - - shunit2 - - specutils - - specviz - - 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 - - stsynphot - - stwcs - - synphot - - verhawk - - wcstools - - webbpsf - - webbpsf-data - - wfc3tools - - wfpc2tools - - xpa diff --git a/manifests/jwst.yaml b/manifests/jwst.yaml deleted file mode 100644 index f5ecee5..0000000 --- a/manifests/jwst.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Recipe repository -repository: 'https://github.com/rendinam/astroconda-dev' -git_ref_spec: 'jwst_parameterized_rev' - -# 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-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 diff --git a/manifests/public-test.yaml b/manifests/public-test.yaml deleted file mode 100644 index 901c39e..0000000 --- a/manifests/public-test.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# 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-staging' -packages: - - asdf diff --git a/manifests/public.yaml b/manifests/public.yaml deleted file mode 100644 index fc73036..0000000 --- a/manifests/public.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# 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 diff --git a/manifests/test-fail.yaml b/manifests/test-fail.yaml deleted file mode 100644 index 055ef8f..0000000 --- a/manifests/test-fail.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# 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: - - verhawk - - INTENTIONALLY_INVALID - diff --git a/manifests/test.yaml b/manifests/test.yaml deleted file mode 100644 index 5bc0a71..0000000 --- a/manifests/test.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# 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 |