Re: [OE-core] [PATCH] oeqa/selftest/context: set branch name when creating temporary git repo

2022-07-25 Thread Richard Purdie
On Mon, 2022-07-25 at 13:59 +, Ross Burton wrote: > On 24 Jul 2022, at 17:20, Richard Purdie > wrote: > > Doesn't work I'm afraid: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1220 > > I checked older git releases but didn’t think that ubuntu 1804 was so >

Re: [OE-core] [PATCH] oeqa/selftest/context: set branch name when creating temporary git repo

2022-07-25 Thread Ross Burton
On 24 Jul 2022, at 17:20, Richard Purdie wrote: > Doesn't work I'm afraid: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1220 I checked older git releases but didn’t think that ubuntu 1804 was so old. Oh well, we’ll just have to shelve this until all supported

Re: [OE-core] [PATCH] oeqa/selftest/context: set branch name when creating temporary git repo

2022-07-24 Thread Richard Purdie
On Fri, 2022-07-22 at 12:15 +0100, Ross Burton wrote: > Modern gits print a big note if no branch name is specified when > creating a new repository. Silence this by explicitly naming the new > branch 'master' to match existing naming. > > Signed-off-by: Ross Burton > --- >

[OE-core] [PATCH] oeqa/selftest/context: set branch name when creating temporary git repo

2022-07-22 Thread Ross Burton
Modern gits print a big note if no branch name is specified when creating a new repository. Silence this by explicitly naming the new branch 'master' to match existing naming. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)