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/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/test.yaml') 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