diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-09-18 17:36:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 17:36:52 -0400 |
commit | f869f3a58709adae33bcbe20fca78a414f66e207 (patch) | |
tree | d20e13973bf03bf6caab6b1841f4a27452507098 /manifests/dev-test.yaml | |
parent | 7a6b78f03f4ac1879c7dd6c3408ad0564823c74f (diff) | |
parent | cc0098f24e73fc5f7172218ddc19c43597e168bf (diff) | |
download | build_control-f869f3a58709adae33bcbe20fca78a414f66e207.tar.gz |
Merge pull request #33 from rendinam/cb3_bugfix_patch1.0.1
generalized conda-build 3.x substring bugfix patch
Diffstat (limited to 'manifests/dev-test.yaml')
-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 |