[gentoo-portage-dev] [PATCH] man/portage.5: replace repos.conf sync-type 'websync' with 'webrsync'

2017-01-26 Thread Alexandru Elisei
--- man/portage.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/portage.5 b/man/portage.5 index 2cacafc..7d40b95 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -989,7 +989,7 @@ repository has changed since the previous sync operation. .B sync\-type Specifies type of

Re: [gentoo-portage-dev] [PATCH] sync.py: set returncode when task failed in SyncScheduler._task_exit()

2017-01-26 Thread Zac Medico
On 01/26/2017 11:00 AM, Alexandru Elisei wrote: > If task.returncode is not os.EX_OK then returncode isn't defined when > trying to append the (repo, returncode) tuple to self.retvals. This will > raise an UnboundLocalError exception. > > This reverts the changes to the function made by commit

Re: [gentoo-portage-dev] Re: [PATCH] spawn: instantiate userpriv_groups before fork (bug 582098)

2017-01-26 Thread Brian Dolbec
On Thu, 26 Jan 2017 16:05:47 -0800 Zac Medico wrote: > On 01/25/2017 04:21 PM, Zac Medico wrote: > > Make spawn force instantiation of portage.data.userpriv_groups in > > the main process, in order to avoid redundant instantiation in child > > processes. This mitigates the