cookbook/container: some minor clarifications.

Most of these were suggested by Jeff Stearns <jeff.stearns@gmail.com>.
This commit is contained in:
Avery Pennarun 2019-01-14 06:57:26 +00:00
commit 909bb62dce
2 changed files with 15 additions and 7 deletions

View file

@ -247,7 +247,7 @@ implementations are unmaintained, slightly incompatible with the "standard"
redo semantics, and/or have few or no automated tests.
At the time of this writing, none of them except apenwarr/redo (ie. this
project) support parallel builds (`redo -j`) or log linearization
project) correctly support parallel builds (`redo -j`) or log linearization
(`redo-log`). For large projects, parallel builds are usually considered
essential.