[bitbake-devel] [PATCH 0/1] bitbake: fetch2/git: fix initial http authed clone

Leif Middelschulte leif.middelschulte at klsmartin.com
Tue Jun 4 16:01:36 UTC 2019


This patch fixes initial clones of git repositories authenticated
via basic http authentication. This became apparent when code was
reused to clone submodules too.

The method is the recommended way of cloning source code by CI
runners. This patch fixes the currently broken behvior.

Beware, that already cloned repositories are not affected.

Based on master (d94ccd506d04aff182ab48f501f6f366d5dd14f5).

Leif Middelschulte (1):
  bitbake: fetch2/git: set password in https clones too

 lib/bb/fetch2/git.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.21.0



More information about the bitbake-devel mailing list