Re: [OE-core] [PATCH 02/30] oeqa/selftest/{context, case}: Handle KeyboardInterrupt/SIGINT and SIGTERM

2017-07-12 Thread Leonardo Sandoval
I saw a similar patch in the past. Is this a new revision? Leo On Tue, 2017-07-11 at 15:23 -0500, Aníbal Limón wrote: > In order to avoid corrupt local.conf and bblayers.conf adds > signal handler for SIGTERM and use try/finally (KeyboardIntrrupt) block > to restore previously backuped configura

Re: [OE-core] [PATCH 02/30] oeqa/selftest/{context, case}: Handle KeyboardInterrupt/SIGINT and SIGTERM

2017-07-12 Thread Aníbal Limón
Yes is the same, Anibal On 07/12/2017 09:18 AM, Leonardo Sandoval wrote: > I saw a similar patch in the past. Is this a new revision? > > Leo > > > On Tue, 2017-07-11 at 15:23 -0500, Aníbal Limón wrote: >> In order to avoid corrupt local.conf and bblayers.conf adds >> signal handler for SIGTER