Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-portage-dev] [PATCH] Enable FEATURES=parallel-install by default (bug 715110)
Date: Mon, 11 May 2020 04:34:55
Message-Id: 20200511043225.329120-1-zmedico@gentoo.org
1 The feature enables finer grained locks for install operations, and
2 everyone agrees that it's safe to enable by default.
3
4 Bug: https://bugs.gentoo.org/715110
5 Signed-off-by: Zac Medico <zmedico@g.o>
6 ---
7 cnf/make.globals | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/cnf/make.globals b/cnf/make.globals
11 index 4a59dbe3c..5ba1ac6fa 100644
12 --- a/cnf/make.globals
13 +++ b/cnf/make.globals
14 @@ -55,7 +55,7 @@ FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; host=\\\${x%%/*} ; port=\\\${ho
15 FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
16 config-protect-if-modified distlocks ebuild-locks
17 fixlafiles ipc-sandbox merge-sync multilib-strict
18 - network-sandbox news parallel-fetch pid-sandbox
19 + network-sandbox news parallel-fetch parallel-install pid-sandbox
20 preserve-libs protect-owned qa-unresolved-soname-deps
21 sandbox sfperms strict
22 unknown-features-warn unmerge-logs unmerge-orphans userfetch
23 --
24 2.25.3

Replies