From d037cef84e41cce7555c2ea025397d89a23d94d4 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 8 Sep 2017 12:31:26 -0400 Subject: Allow pinning specific build-support packages to requested versions under conda-build 3.x. --- manifests/dev-test.yaml | 2 +- manifests/public-test.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 manifests/public-test.yaml (limited to 'manifests') diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml index 531bf80..68da460 100644 --- a/manifests/dev-test.yaml +++ b/manifests/dev-test.yaml @@ -7,7 +7,7 @@ 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-testing' packages: - - fitsverify + - drizzlepac # - crds # - cube-tools # - sphinxcontrib-programoutput diff --git a/manifests/public-test.yaml b/manifests/public-test.yaml new file mode 100644 index 0000000..331d857 --- /dev/null +++ b/manifests/public-test.yaml @@ -0,0 +1,10 @@ +# 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' +packages: + - asdf -- cgit