From a3ffcc4338d57d70b333afce507b53a916cf6c12 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 11 Jan 2018 11:04:07 -0500 Subject: Manifest location (#51) * Remove manifests dir * Add manifests repo as submodule * Test submodule approach --- manifests/ETC.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 manifests/ETC.yaml (limited to 'manifests/ETC.yaml') 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 -- cgit