Re: [gentoo-portage-dev] [PATCH 5/5] FetchIterator: add terminate method

2017-03-24 Thread Zac Medico
On Fri, Mar 24, 2017 at 1:05 PM, Brian Dolbec wrote: > On Thu, 23 Mar 2017 19:55:00 -0700 > Zac Medico wrote: > >> Add a terminate method to FetchIterator so that it doesn't >> delay termination of emirrordist via SIGINT. Otherwise it >> it is possible for

Re: [gentoo-portage-dev] [PATCH 5/5] FetchIterator: add terminate method

2017-03-24 Thread Brian Dolbec
On Thu, 23 Mar 2017 19:55:00 -0700 Zac Medico wrote: > Add a terminate method to FetchIterator so that it doesn't > delay termination of emirrordist via SIGINT. Otherwise it > it is possible for the __iter__ method to loop for a very > long time after SIGINT has been

Re: [gentoo-portage-dev] [PATCH] portage.package.ebuild: Use a fake FILESDIR to catch invalid accesses

2017-03-24 Thread Michał Górny
On czw, 2017-03-16 at 20:56 +0100, Michał Górny wrote: > Use a model of fake FILESDIR path to ensure that invalid accesses to > FILESDIR will result in failures rather than being silently allowed by > Portage. This mostly involves accesses in the global scope and pkg_* > phases, although the