diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-11-10 13:59:15 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-11-10 14:08:05 -0600 |
commit | daf74e194f87e29af1807990abe37dab701e4afd (patch) | |
tree | c92d5071bf1031a24e0cdbef23c1b70088717fe5 /etc | |
parent | Turn binrepos.conf into a folder with gentoobinhost.conf inside (diff) | |
download | catalyst-daf74e194f87e29af1807990abe37dab701e4afd.tar.gz catalyst-daf74e194f87e29af1807990abe37dab701e4afd.tar.bz2 catalyst-daf74e194f87e29af1807990abe37dab701e4afd.zip |
catalyst.conf: change dangerous port_logdir example
If this existing example was uncommented, it would trigger a cleanup of
any files older than 7d in the currently running stage build dir,
causing catastrophic failure.
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 8745d0b5..867c7153 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -66,9 +66,9 @@ options = [ ] # port_logdir is where all build logs will be kept. This dir will be automatically cleaned -# of all logs over 30 days old. If left undefined the logs will remain in the build directory +# of ALL files over 7 days old. If left undefined the logs will remain in the build directory # as usual and get cleaned every time a stage build is restarted. -# port_logdir = "/var/tmp/catalyst/tmp" +# port_logdir = "/var/tmp/catalyst/logs" # var_tmpfs_portage will mount a tmpfs for /var/tmp/portage so building takes place in RAM # this feature requires a pretty large tmpfs ({open,libre}office needs ~8GB to build) |