diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-12-21 10:34:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 10:34:43 -0500 |
commit | 2bdf23cd6045130ab30bbdd5d89f7792471b2e9d (patch) | |
tree | 59b25343ebd38c34116833733166add52572fc90 /manifests/jwst.yaml | |
parent | d2de26fd3ee9ec9156a1e64b1f28c6ae23157529 (diff) | |
parent | c79da534cb9e490139d7dfc6df4d2f3e3bc6b875 (diff) | |
download | build_control-2bdf23cd6045130ab30bbdd5d89f7792471b2e9d.tar.gz |
Merge pull request #46 from rendinam/jwst_delivery_prep
supplemental env vars & recipe repo branch spec
Diffstat (limited to 'manifests/jwst.yaml')
-rw-r--r-- | manifests/jwst.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/jwst.yaml b/manifests/jwst.yaml new file mode 100644 index 0000000..adf14c5 --- /dev/null +++ b/manifests/jwst.yaml @@ -0,0 +1,11 @@ +# Recipe repository +repository: 'https://github.com/rendinam/astroconda-dev' +git_ref_spec: 'jwst_parameterized_rev' + +# Publication channel to consult when determining what packages already exist. +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: + - jwst |