diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-03-13 09:24:07 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-03-13 09:24:07 -0400 |
commit | 70889eb035365d6e006b13a80fd9771666bfac5c (patch) | |
tree | dc96d17c75374f67eed356460d80be3cf2dfdcc3 /README.md | |
download | build_control-70889eb035365d6e006b13a80fd9771666bfac5c.tar.gz |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cb3c6b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This project contains several files to partially define and facilitate an +automated conda package building system for the astroconda project. + +- `/jenkins` : Jenkins CI pipeline build script(s) ([Groovy](http://www.groovy-lang.org/)) +- `/manifests` : Lists of conda package & metapackage recipes, and associated metadata for various astroconda release types ([YAML](http://yaml.org/)) + |