Re: Default branch names in git urls
Martin Jansa
There is even bigger issue with git repos from github.com now: bitbake git fetcher uses git:// protocol by default and as of today you can experience "short brownouts" and on January 11 it will all fail to fetch (and only fully populated PREMIRRORS can save you for a while, until SRCREV is updated). Short statistics from current oe-core/master: martin@jama:/OE/openembedded-core$ git grep git://github.* | grep -v protocol= | wc -l 52 martin@jama:/OE/openembedded-core$ git grep git://github.*protocol=https | wc -l 20 martin@jama:/OE/openembedded-core$ git grep git://github.*protocol=git | wc -l 2 54 from 74 recipes will fail to fetch in oe-core only. On Fri, Oct 29, 2021 at 4:14 PM Richard Purdie <richard.purdie@...> wrote: On Fri, 2021-10-29 at 15:45 +0200, Konrad Weihmann wrote: |
|