From bea2ded97ab5def6a9d485a8b44193339231dfcc Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 16 Aug 2017 14:46:30 -0400 Subject: Pull publication root from manifest instead of params --- manifests/public.yaml | 6 ++++++ manifests/test.yaml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'manifests') diff --git a/manifests/public.yaml b/manifests/public.yaml index ced05ba..8b7ad3c 100644 --- a/manifests/public.yaml +++ b/manifests/public.yaml @@ -1,5 +1,11 @@ +# 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.13 packages: - stsci.tools diff --git a/manifests/test.yaml b/manifests/test.yaml index 4d6806e..259a85f 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -1,5 +1,11 @@ +# 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' numpy_version: 1.13 packages: - costools -- cgit From dd2501f6bdbc1436054ed47941d9f8d8858f424f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 16 Aug 2017 15:31:02 -0400 Subject: Update manifest fields --- manifests/dev.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests') diff --git a/manifests/dev.yaml b/manifests/dev.yaml index 8075203..5e0db3c 100644 --- a/manifests/dev.yaml +++ b/manifests/dev.yaml @@ -1,5 +1,11 @@ +# 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' numpy_version: 1.13 packages: - stsci.tools -- cgit From 9660524758b9c0b22df6353a477d6b99a1664577 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 16 Aug 2017 15:47:04 -0400 Subject: Adjust manifests --- manifests/HST.yaml | 6 ++++++ manifests/dev-test.yaml | 6 ++++++ manifests/etc.yaml | 25 ------------------------- manifests/larger_test.yaml | 14 -------------- manifests/test-fail.yaml | 7 +++++++ 5 files changed, 19 insertions(+), 39 deletions(-) delete mode 100644 manifests/etc.yaml delete mode 100644 manifests/larger_test.yaml (limited to 'manifests') diff --git a/manifests/HST.yaml b/manifests/HST.yaml index 53ac61f..9e2b5db 100644 --- a/manifests/HST.yaml +++ b/manifests/HST.yaml @@ -1,5 +1,11 @@ +# 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 diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml index 6bdf084..29346f8 100644 --- a/manifests/dev-test.yaml +++ b/manifests/dev-test.yaml @@ -1,5 +1,11 @@ +# 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' numpy_version: 1.13 packages: - crds diff --git a/manifests/etc.yaml b/manifests/etc.yaml deleted file mode 100644 index 7a4cc09..0000000 --- a/manifests/etc.yaml +++ /dev/null @@ -1,25 +0,0 @@ -repository: 'https://github.com/astroconda/astroconda-etc' -channels: - - 'http://ssb.stsci.edu/astroconda' -numpy_version: 1.11 -packages: - - pandeia-thirdparty - - pyetc-thirdparty - - ext_shmht - - django - - epydoc - - linecache2 - - mechanize - - parsley - - pmw - - pyfits - - sphinx-bootstrap-theme - - sphinx_rtd_theme - - threading2 - - traceback2 - - urwid - - websocket-client - - ws4py - - wsgiref - - yolk - diff --git a/manifests/larger_test.yaml b/manifests/larger_test.yaml deleted file mode 100644 index e7eb226..0000000 --- a/manifests/larger_test.yaml +++ /dev/null @@ -1,14 +0,0 @@ -repository: 'https://github.com/astroconda/astroconda-contrib' -channel_URL: 'http://ssb.stsci.edu/astroconda' -numpy_version: 1.13 -packages: - - glueviz - - glue-core - - glue-vispy-viewers - - glue-ginga - - ginga - - mosviz - - specutils - - - diff --git a/manifests/test-fail.yaml b/manifests/test-fail.yaml index b18b376..f7d2f97 100644 --- a/manifests/test-fail.yaml +++ b/manifests/test-fail.yaml @@ -1,4 +1,11 @@ +# 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: - verhawk -- cgit