diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-16 14:46:30 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-16 14:46:30 -0400 |
commit | bea2ded97ab5def6a9d485a8b44193339231dfcc (patch) | |
tree | 79691b11550b3fb46feb30d44b0c07dc91a5b92b /manifests | |
parent | 75651d3748df93ddc7feb70dfae92850e49fcc0f (diff) | |
download | build_control-bea2ded97ab5def6a9d485a8b44193339231dfcc.tar.gz |
Pull publication root from manifest instead of params
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/public.yaml | 6 | ||||
-rw-r--r-- | manifests/test.yaml | 6 |
2 files changed, 12 insertions, 0 deletions
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 |