aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-12-19 13:11:47 -0500
committerGitHub <noreply@github.com>2018-12-19 13:11:47 -0500
commit40d8f207357206f35ba87e597f1644de8786ffcf (patch)
tree44ee484ac9f6e09cdcb4bac2db9d6de41735db68
parenta51c5f51f945cb8ee7f6af6e5f2b3732d9db8f90 (diff)
downloadbuild_manifests-40d8f207357206f35ba87e597f1644de8786ffcf.tar.gz
Initial commit of DA config (#19)
* Initial commit of DA config * Disable specfile generation
-rw-r--r--da.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/da.yaml b/da.yaml
new file mode 100644
index 0000000..76891cb
--- /dev/null
+++ b/da.yaml
@@ -0,0 +1,22 @@
+# Recipe repository
+repository: 'https://github.com/astroconda/astroconda-contrib'
+git_ref_spec: 'spec-pkgs-ancient-workaround'
+
+# 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'
+
+# conda environment spec file generation is only performed if this field
+# is populated. Allowed values are:
+# 'jwstdp' - JWST Data processing release
+# 'hstdp' - HST Data processing release
+#specfile_type: 'da'
+
+# Output location for produced environment spec files
+#specfile_output: '/eng/ssb/websites/ssbpublic/astroconda-releases-staging'
+
+packages:
+ - specutils
+ - specviz