diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-21 17:57:34 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-30 16:04:34 -0700 |
commit | c98bd2b223fab1a2784427d8b09fe8a682647bf4 (patch) | |
tree | c48b242940564e6e2d3fbbf4eb2d8946ff860bcb /doc | |
parent | catalyst: Remove repo_basedir setting (diff) | |
download | catalyst-c98bd2b223fab1a2784427d8b09fe8a682647bf4.tar.gz catalyst-c98bd2b223fab1a2784427d8b09fe8a682647bf4.tar.bz2 catalyst-c98bd2b223fab1a2784427d8b09fe8a682647bf4.zip |
catalyst: Only write out non-default paths to make.conf
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/catalyst-config.5.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index b7d493eb..11b27d90 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -114,20 +114,19 @@ The name of the main repository (e.g. gentoo). The git repository at snapshot. *target_distdir*:: -This is the target distfiles directory location for the stage being created. -This is important because this value will be stored in the stage's make.conf -and will become the default location used if it is not edited by users. -The default location is `/var/cache/distfiles`. +Defines the location of the local source file repository in the +target. This will be written to the target's make.conf if it is not +the default value of `/var/cache/distfiles`. *target_pkgdir*:: -This is the target packages directory for storing binpkgs in the stage being -built. This location is stored in the make.conf of the stage being built. -The default location is `/var/cache/binpkgs` +Defines the location of binary packages in the target. This will be +written to the target's make.conf if it is not the default value of +`/var/cache/binpkgs`. *target_portdir*:: -Defines the location of main repository in the target stages. This -location is stored in make.conf of the stage being built. -The default location is `/var/db/repos/gentoo` +Defines the location of the main ebuild repository in the target. +This will be written to the target's make.conf if it is not the +default value of `/var/db/repos/gentoo`. Other settings ~~~~~~~~~~~~~~ |