aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-12-06 23:27:03 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-12-06 23:27:03 +0000
commit4dc9de305df003ecc732cd76fa2b5ac39a358166 (patch)
treedc7faf89332b52f9d51b145f07467eabfb7e3819 /doc
parentcatalyst 2.0.12.2 (diff)
downloadcatalyst-4dc9de305df003ecc732cd76fa2b5ac39a358166.tar.gz
catalyst-4dc9de305df003ecc732cd76fa2b5ac39a358166.tar.bz2
catalyst-4dc9de305df003ecc732cd76fa2b5ac39a358166.zip
Rework update_seed support.
Split it between update_seed (do we want to update the seed or not) and update_seed_command (custom command to run when updating). The later is left for advanced uses / users. If not present, catalyst will update gcc deps.
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-spec.5.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index 9a44558d..4a6e06c6 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -132,9 +132,14 @@ one CD, this defines the layout for the directories under
`$storedir/builds` (example: `src cd2`).
*update_seed*::
-This is an optional setting supported by stage1 that runs an emerge
-command on the seed stage before starting the stage1 build. (example:
-`--update dev-libs/mpfr dev-libs/mpc dev-libs/gmp`)
+This is an optional setting supported by stage1 to tell catalyst if
+it should update the seed stage or not (valid values: `yes no`).
+
+*update_seed_command*::
+This is an optional command to pass to emerge for updating the seed
+stage (example: `--update dev-libs/mpfr dev-libs/mpc dev-libs/gmp`)
+If not specified, catalyst will update gcc deps.
+This setting requires enabling update_seed.
Compilation
~~~~~~~~~~~