Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-06 Thread Agostino Sarubbo
On sabato 6 agosto 2022 04:12:18 CEST Mike Gilbert wrote: > Please avoid abusing the I_KNOW_WHAT_I_AM_DOING variable any further. I'm the original requestor of this change. I agree with floppym, so at this point I'd suggest to migrate the current I_KNOW_WHAT_I_AM_DOING into something that

Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-06 Thread Mike Pagano
On 8/5/22 22:12, Mike Gilbert wrote: On Fri, Aug 5, 2022 at 7:15 PM Ionen Wolkens wrote: On Fri, Aug 05, 2022 at 06:47:42PM -0400, Mike Pagano wrote: Based upon code from check-reqs.eclass by Andreas Sturmlechner Provide support for users who requested the ability to skip CONFIG_* checks.

Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-05 Thread Mike Gilbert
On Fri, Aug 5, 2022 at 7:15 PM Ionen Wolkens wrote: > > On Fri, Aug 05, 2022 at 06:47:42PM -0400, Mike Pagano wrote: > > Based upon code from check-reqs.eclass by Andreas Sturmlechner > > > > Provide support for users who requested the ability to skip > > CONFIG_* checks. (e.g. from within a

Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-05 Thread Ionen Wolkens
On Fri, Aug 05, 2022 at 06:47:42PM -0400, Mike Pagano wrote: > Based upon code from check-reqs.eclass by Andreas Sturmlechner > > Provide support for users who requested the ability to skip > CONFIG_* checks. (e.g. from within a chroot for testing purposes) > > Bug:

[gentoo-dev] [PATCH 1/1] linux-info.eclass: Provide ability to skip CONFIG_* checks

2022-08-05 Thread Mike Pagano
Based upon code from check-reqs.eclass by Andreas Sturmlechner Provide support for users who requested the ability to skip CONFIG_* checks. (e.g. from within a chroot for testing purposes) Bug: https://bugs.gentoo.org/862315 Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 11