diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-21 19:02:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-30 16:04:34 -0700 |
commit | 2aaf13883fcfb63feb6e90e1670012329b92afdb (patch) | |
tree | 42210a98210574bafa544377edad81e2a26acfdc /doc | |
parent | catalyst: Make and use squashfs snapshots (diff) | |
download | catalyst-2aaf13883fcfb63feb6e90e1670012329b92afdb.tar.gz catalyst-2aaf13883fcfb63feb6e90e1670012329b92afdb.tar.bz2 catalyst-2aaf13883fcfb63feb6e90e1670012329b92afdb.zip |
catalyst: Rename 'portdir' -> 'target_portdir'
With sqfs snapshots, there's now no dependence on the build system's
portdir.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/catalyst-config.5.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index 925934ad..c1ebe9dd 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -28,9 +28,6 @@ and empty lines are interpreted as comments. For example: digests="auto" envscript="/etc/catalyst/catalystrc" options="autoresume bindist kerncache pkgcache seedcache" - -# source repo settings -portdir="/var/db/repos/gentoo" --------------------------------- The possible keywords and their meanings are as follows: @@ -107,10 +104,6 @@ Repository settings Defines the location of your local source file repository. Defaults to the host's DISTDIR. -*portdir*:: -Source Gentoo tree location (primary repo). `/var/db/repos/gentoo/` should work for most -default installations. - *repos*:: The directory in which git repositories exist for use by the snapshot target. Defaults to `${storedir}/repos`. @@ -135,6 +128,11 @@ 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` +*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` + Other settings ~~~~~~~~~~~~~~ |