Change Portage CLEAN_DELAY variable to 10 seconds to allow more time to verify unmerge operations.
This commit is contained in:
parent
fea24b0696
commit
0f9819a782
@ -3,7 +3,7 @@
|
|||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Inference
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 2.4.0.12
|
# Version: 2.5.0.13
|
||||||
|
|
||||||
|
|
||||||
# System
|
# System
|
||||||
@ -24,6 +24,7 @@ LC_MESSAGES=C
|
|||||||
GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://mirror.init7.net/gentoo/ rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/"
|
GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://mirror.init7.net/gentoo/ rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/"
|
||||||
|
|
||||||
## Emerge
|
## Emerge
|
||||||
|
CLEAN_DELAY="10"
|
||||||
EMERGE_DEFAULT_OPTS="--ask --jobs 1 --load-average 5 --verbose"
|
EMERGE_DEFAULT_OPTS="--ask --jobs 1 --load-average 5 --verbose"
|
||||||
FEATURES="buildpkg ipc-sandbox network-sandbox pid-sandbox sandbox"
|
FEATURES="buildpkg ipc-sandbox network-sandbox pid-sandbox sandbox"
|
||||||
MAKEOPTS="--jobs 4"
|
MAKEOPTS="--jobs 4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user