Re: [OE-core] ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)

2017-11-14 Thread Daniela Plascencia
You should send this series to openembedded-de...@lists.openembedded.org. All meta-oe patches should be sent there. On 11/14/2017 05:02 PM, Patchwork wrote: == Series Details == Series: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Revision: 2 URL :

Re: [OE-core] ✗ patchtest: failure for support profile-optimized build for Python

2017-10-27 Thread Daniela Plascencia
Please, ignore the patchtest failure message. This is a bad check and the issue is being tracked. On 10/27/2017 05:34 AM, Patchwork wrote: == Series Details == Series: support profile-optimized build for Python Revision: 1 URL : https://patchwork.openembedded.org/series/9511/ State : failur

[OE-core] [PATCH V2] scripts/buildhistory-diff: use of argparse instead of optparse

2017-09-04 Thread daniela . plascencia
From: Daniela Plascencia Optparse is deprecated since version 2.7 and won't be developed further. Argparse should be used instead as it provides better tools for parsing and handling arguments. [YOCTO #9635] Signed-off-by: Daniela Plascencia --- scripts/buildhistory-diff

[OE-core] [PATCH] scripts/buildhistory-diff: use of argparse instead of optparse

2017-08-25 Thread daniela . plascencia
From: Daniela Plascencia Optparse is deprecated since version 2.7 and won't be developed further. Argparse should be used instead as it provides better tools for parsing and handling arguments. [YOCTO #9635] Signed-off-by: Daniela Plascencia --- scripts/buildhistory-diff