diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-08-27 14:34:05 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-08-27 14:34:05 -0400 |
commit | eb2954bb098dc2b4e867bfb62ef5b2d85e59f7f1 (patch) | |
tree | 9297f2335c2721d5960cf6620c4b883e96960336 | |
parent | 6c69b006385c822952e4ed77af1f395ade13298c (diff) | |
download | build_manifests-eb2954bb098dc2b4e867bfb62ef5b2d85e59f7f1.tar.gz |
Add staging manifest
-rw-r--r-- | public-staging.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public-staging.yaml b/public-staging.yaml new file mode 100644 index 0000000..3b40722 --- /dev/null +++ b/public-staging.yaml @@ -0,0 +1,12 @@ +# Recipe repository +repository: 'https://github.com/astroconda/astroconda-contrib' +git_ref_spec: 'staging' + +# Publication channel to consult when determining what packages already exist. +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' +packages: + - drizzlepac + - stwcs |