On 23 Aug 2023, at 07:10, Mikko Rapeli via lists.openembedded.org 
<[email protected]> wrote:
> -        subprocess.check_output("git init; git add *; git commit -a -m 
> 'initial'", cwd=newselftestdir, shell=True)
> +        subprocess.check_output("git init -b main && git add * && git commit 
> -a -m 'initial'", cwd=newselftestdir, shell=True)

I believe the last time I tried to fix this we had a problem where older 
distros had a git which didn’t handle init -b (which was added in 2.28).

I’m not sure whether this isn’t a problem anymore…

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#187215): 
https://lists.openembedded.org/g/openembedded-core/message/187215
Mute This Topic: https://lists.openembedded.org/mt/100910041/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to