diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-16 15:31:02 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-16 15:31:02 -0400 |
commit | dd2501f6bdbc1436054ed47941d9f8d8858f424f (patch) | |
tree | f7b4e1091c58c5321317c6e40e3369f661ca4b04 | |
parent | fdaa2df41b997e9ced978e70702b594d6ea1d355 (diff) | |
download | build_control-dd2501f6bdbc1436054ed47941d9f8d8858f424f.tar.gz |
Update manifest fields
-rw-r--r-- | manifests/dev.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |