aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-08 20:37:16 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-23 11:20:35 -0700
commit4e908d9934f988c01782b7d4fa8cd9bfa8853efa (patch)
tree76d5307e4249817808937418eb8c2aa0ba42694e /doc
parentcatalyst: Add read/write_lock contextmanagers (diff)
downloadcatalyst-4e908d9934f988c01782b7d4fa8cd9bfa8853efa.tar.gz
catalyst-4e908d9934f988c01782b7d4fa8cd9bfa8853efa.tar.bz2
catalyst-4e908d9934f988c01782b7d4fa8cd9bfa8853efa.zip
catalyst: Remove snapcache support
Among the problems with snapcache were broken locking, and still needing to pack and unpack snapshot tarballs. In a few commits, I'm going to replace it with something significantly better. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-config.5.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
index a0cd0490..44c905d7 100644
--- a/doc/catalyst-config.5.txt
+++ b/doc/catalyst-config.5.txt
@@ -27,7 +27,7 @@ and empty lines are interpreted as comments. For example:
digests="auto"
envscript="/etc/catalyst/catalystrc"
-options="autoresume bindist kerncache pkgcache seedcache snapcache"
+options="autoresume bindist kerncache pkgcache seedcache"
# source repo settings
portdir="/var/db/repos/gentoo"
@@ -56,7 +56,7 @@ export FOO="bar"
**options*::
Set different build-time options (example: `autoresume bindist
-kerncache pkgcache seedcache snapcache`). Supported values:
+kerncache pkgcache seedcache`). Supported values:
+
--
autoresume::
@@ -95,12 +95,6 @@ seedcache::
Use the build output of a previous target if it exists to speed up the
creation of a new stage. This avoids unpacking the seed tarball.
-snapcache::
-Cache the snapshot so that it can be bind-mounted into the chroot.
-WARNING: moving parts of the portage tree from within fsscript *will*
-break your cache. The cache is unlinked before any empty or rm
-processing.
-
versioned_cache::
Name the cache directories (packagecache, kerncache) based on the version of a
spec file.