Re: [OE-core][PATCH] classes/sanity: De-golf regex

2022-08-09 Thread Randy MacLeod
De-golf? LoL: https://www.explainxkcd.com/wiki/index.php/1313:_Regex_Golf on "regex golf ", which is a discipline of "code golf ", a game in which programmers attempt to solve a given programming problem using as few characters as

Re: [OE-core][PATCH] classes/sanity: De-golf regex

2022-08-08 Thread Joshua Watt
On Mon, Aug 8, 2022 at 2:34 PM Alexandre Belloni wrote: > > Hi, > > On 08/08/2022 08:19:51-0500, Joshua Watt wrote: > > The regex to match github or gitlab was unnecessarily shortened, which > > prevented them from showing up when grepping. > > > > This doesn't apply since we have "classes/sanity:

Re: [OE-core][PATCH] classes/sanity: De-golf regex

2022-08-08 Thread Alexandre Belloni via lists.openembedded.org
Hi, On 08/08/2022 08:19:51-0500, Joshua Watt wrote: > The regex to match github or gitlab was unnecessarily shortened, which > prevented them from showing up when grepping. > This doesn't apply since we have "classes/sanity: Add comment about github & gitlab archives" in master. I guess this was

Re: [OE-core][PATCH] classes/sanity: De-golf regex

2022-08-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Joshua, On Mon, 8 Aug 2022 08:19:51 -0500 Joshua Watt wrote: > The regex to match github or gitlab was unnecessarily shortened, which > prevented them from showing up when grepping. > > Signed-off-by: Joshua Watt Thank you! Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded

[OE-core][PATCH] classes/sanity: De-golf regex

2022-08-08 Thread Joshua Watt
The regex to match github or gitlab was unnecessarily shortened, which prevented them from showing up when grepping. Signed-off-by: Joshua Watt --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bb