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/HST.yaml | |
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/HST.yaml')
-rw-r--r-- | manifests/HST.yaml | 40 |
1 files changed, 0 insertions, 40 deletions
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 |