diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-08-16 15:48:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 15:48:57 -0400 |
commit | 9885e87a3e6a6e83cf02882354be649b3a9a7ba8 (patch) | |
tree | 13ff0fa6e71ba0779e0e00c1fecb222b5aef38f7 /manifests/dev-test.yaml | |
parent | 75651d3748df93ddc7feb70dfae92850e49fcc0f (diff) | |
parent | 9660524758b9c0b22df6353a477d6b99a1664577 (diff) | |
download | build_control-9885e87a3e6a6e83cf02882354be649b3a9a7ba8.tar.gz |
Merge pull request #24 from rendinam/param_consolidate
Param consolidate
Diffstat (limited to 'manifests/dev-test.yaml')
-rw-r--r-- | manifests/dev-test.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |