diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-09-06 11:38:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 11:38:51 -0400 |
commit | d27ff846a14a658de03548aa0920a3eee160db2c (patch) | |
tree | aa587c12c96a84943bfac7a0b78995578061e3eb /manifests | |
parent | edbad1a9da616e61e1c2f13bcc905ce010f7e904 (diff) | |
parent | c8b8cda793ce3902ab1d1831959932730a398638 (diff) | |
download | build_control-d27ff846a14a658de03548aa0920a3eee160db2c.tar.gz |
Merge pull request #30 from rendinam/numpy_matrix0.2.2
Numpy 'matrix build' support; channel access in test stage
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev-test.yaml | 3 | ||||
-rw-r--r-- | manifests/dev.yaml | 1 | ||||
-rw-r--r-- | manifests/public.yaml | 1 | ||||
-rw-r--r-- | manifests/test-fail.yaml | 3 | ||||
-rw-r--r-- | manifests/test.yaml | 7 |
5 files changed, 5 insertions, 10 deletions
diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml index a1e88d2..531bf80 100644 --- a/manifests/dev-test.yaml +++ b/manifests/dev-test.yaml @@ -5,8 +5,7 @@ repository: 'https://github.com/astroconda/astroconda-dev' 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 +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-j-dev-testing' packages: - fitsverify # - crds diff --git a/manifests/dev.yaml b/manifests/dev.yaml index 5e0db3c..7279a9f 100644 --- a/manifests/dev.yaml +++ b/manifests/dev.yaml @@ -6,7 +6,6 @@ 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 - stsci.imagestats diff --git a/manifests/public.yaml b/manifests/public.yaml index 8b7ad3c..0378134 100644 --- a/manifests/public.yaml +++ b/manifests/public.yaml @@ -6,7 +6,6 @@ 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 - stsci.imagestats diff --git a/manifests/test-fail.yaml b/manifests/test-fail.yaml index f7d2f97..a2d9265 100644 --- a/manifests/test-fail.yaml +++ b/manifests/test-fail.yaml @@ -5,8 +5,7 @@ repository: 'https://github.com/astroconda/astroconda-contrib' 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.11 +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-j-pub-testing' packages: - verhawk - INTENTIONALLY_INVALID diff --git a/manifests/test.yaml b/manifests/test.yaml index 259a85f..3dbbf79 100644 --- a/manifests/test.yaml +++ b/manifests/test.yaml @@ -1,12 +1,11 @@ # Recipe repository -repository: 'https://github.com/astroconda/astroconda-dev' +repository: 'https://github.com/astroconda/astroconda-contrib' # Publication channel to consult when determining what packages already exist. -channel_URL: 'http://ssb.stsci.edu/astroconda-dev' +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-dev-staging' -numpy_version: 1.13 +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-j-pub-testing' packages: - costools - cfitsio |