aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-01-12 10:21:57 -0500
committerGitHub <noreply@github.com>2018-01-12 10:21:57 -0500
commit1e8b9625991b94b114db470205cfb2d1ff8c43df (patch)
treec0feebf1d798b1338b3fb342585b0409bfeeaca2 /README.md
parent2a12e683a0742d5624f8280f89758ccf03dea129 (diff)
downloadbuild_control-1e8b9625991b94b114db470205cfb2d1ff8c43df.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb32c59..141e550 100644
--- a/README.md
+++ b/README.md
@@ -2,5 +2,5 @@ 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/))
+- `/manifests` : Provided as a git submodule pointing to https://github.com/astroconda/build_manifests. Lists of conda package & metapackage recipes, and associated metadata for various astroconda release types ([YAML](http://yaml.org/))
- `/patches` : Patches to apply to conda machinery immediately after installation of conda to fix bugs that have not yet been corrected in available/applicable releases.