diff options
Diffstat (limited to 'manifests/test.yaml')
-rw-r--r-- | manifests/test.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
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 |