Gentoo Archives: gentoo-portage-dev

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