diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-09-18 17:03:10 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-09-18 17:34:43 -0400 |
commit | cc0098f24e73fc5f7172218ddc19c43597e168bf (patch) | |
tree | d20e13973bf03bf6caab6b1841f4a27452507098 /manifests | |
parent | 7a6b78f03f4ac1879c7dd6c3408ad0564823c74f (diff) | |
download | build_control-cc0098f24e73fc5f7172218ddc19c43597e168bf.tar.gz |
Test conda_build 3.x substring bugfix patch
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev-test.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml index 68da460..fd6fe7e 100644 --- a/manifests/dev-test.yaml +++ b/manifests/dev-test.yaml @@ -5,9 +5,11 @@ 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-testing' +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-dev' packages: - - drizzlepac +# - drizzlepac + - jwst_gtvt + - jwst # - crds # - cube-tools # - sphinxcontrib-programoutput |