Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH/RFC] userinstall: new feature for running src_install as non root
Date: Wed, 25 Nov 2015 00:07:04
Message-Id: 20151125000659.GM23754@vapier.lan
In Reply to: Re: [gentoo-portage-dev] [PATCH/RFC] userinstall: new feature for running src_install as non root by Zac Medico
1 On 24 Nov 2015 15:58, Zac Medico wrote:
2 > On 11/24/2015 03:11 PM, Mike Frysinger wrote:
3 > > This does not support fowners just yet as we'll need to queue/dequeue
4 > > the accounts on the fly.
5 > >
6 > > X-Gentoo-Bug: 566614
7 > > X-Gentoo-Bug-URL: https://bugs.gentoo.org/566614
8 > > ---
9 > > man/make.conf.5 | 4 ++++
10 > > pym/portage/const.py | 1 +
11 > > pym/portage/package/ebuild/config.py | 22 +++++++++-------------
12 > > pym/portage/package/ebuild/doebuild.py | 9 ++++++---
13 > > 4 files changed, 20 insertions(+), 16 deletions(-)
14 >
15 > In pym/repoman/qa_data.py you need to add userinstall to valid_restrict.
16 >
17 > Otherwise, looks good.
18
19 suggestions for having fowners queue data ? should it just write to
20 a file in $T and then have portage read commands out of that ?
21 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies