Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [RFC/PATCH] prepstrip/ecompressdir: parallelize operations
Date: Mon, 14 May 2012 09:08:45
Message-Id: 4FB0C5DC.4040809@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [RFC/PATCH] prepstrip/ecompressdir: parallelize operations by Michael Haubenwallner
1 On 05/14/2012 12:33 AM, Michael Haubenwallner wrote:
2 >> +multijob_post_fork() {
3 >> + : $(( ++mj_num_jobs ))
4 >> + if [[ ${mj_num_jobs} -ge ${mj_max_jobs} ]] ; then
5 >> + multijob_finish_one
6 >
7 > Feels like ignoring this child's exitstatus isn't intentional here.
8
9 Thanks, fixed now:
10
11 http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2adc44295a5b5c77640c32cd24ebbd8d52e5237b
12
13 And here are a couple of more related fixes:
14
15 http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b4fba3e9fa2e285244de491f57700978158c1838
16 http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c534e32f78cf7c543e9203e7fe1c7b1630144ffb
17 --
18 Thanks,
19 Zac

Replies