Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-10 Thread Martin Dummer
Am 09.05.24 um 15:08 schrieb Sam James: It sounds like maybe you want to turn these into log messages (einfo - https://devmanual.gentoo.org/ebuild-writing/messages/index.html), and drop the "QA notice" prefix. I changed https://github.com/gentoo/gentoo/pull/36504 accordingly and added the "Clo

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-09 Thread Sam James
Martin Dummer writes: > Am 09.05.24 um 14:13 schrieb Sam James: > > Martin Dummer writes: > > > Maybe we can agree that the qa-warnings in vdr-eclass make more sense if i > change them to "eawarn" or "einfo"? > > > Sure, make them eqawarn. > > Hmm - current state of vdr-plugin-2.eclass is: t

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-09 Thread Martin Dummer
Am 09.05.24 um 14:13 schrieb Sam James: Martin Dummer writes: Maybe we can agree that the qa-warnings in vdr-eclass make more sense if i change them to "eawarn" or "einfo"? Sure, make them eqawarn. Hmm - current state of vdr-plugin-2.eclass is: there are many "eqawarn" in there. In m

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-09 Thread Sam James
Martin Dummer writes: > Am 03.05.24 um 06:39 schrieb Sam James: > > > What we really need is: > a) https://bugs.gentoo.org/162450 to avoid scaring users; > b) possibly some level of QA notice to distinguish between "check this > out" (think e.g. qa-vdb LHS where it _might_ be unused, but not >

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-09 Thread Martin Dummer
Am 03.05.24 um 06:39 schrieb Sam James: What we really need is: a)https://bugs.gentoo.org/162450 to avoid scaring users; b) possibly some level of QA notice to distinguish between "check this out" (think e.g. qa-vdb LHS where it _might_ be unused, but not necessarily), and "this is definitely

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-02 Thread Sam James
Eli Schwartz writes: > On 5/1/24 10:10 AM, Martin Dummer wrote: >> Since Agostino's tinderbox tests now report qa warning, the group >> v...@gentoo.org has 101 open bugs assigned, most of them caused by qa >> warnings from vdr-plugin-2.eclass. >> >> Many vdr plugins need small adjustments becaus

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-01 Thread Eli Schwartz
On 5/1/24 10:10 AM, Martin Dummer wrote: > Since Agostino's tinderbox tests now report qa warning, the group > v...@gentoo.org has 101 open bugs assigned, most of them caused by qa > warnings from vdr-plugin-2.eclass. > > Many vdr plugins need small adjustments because API or makefile changes > in

[gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-01 Thread Martin Dummer
Since Agostino's tinderbox tests now report qa warning, the group v...@gentoo.org has 101 open bugs assigned, most of them caused by qa warnings from vdr-plugin-2.eclass. Many vdr plugins need small adjustments because API or makefile changes in upstream media-video/vdr which can be easily fixed