poky/bitbake/lib/bb/fetch2
Richard Purdie 6c5a847a45 bitbake: fetch/git: Handle github dropping git:// support
github is dropping support for git protocol in Git urls. Add code to remap
this to https in a way that could be used in older bitbake versions.

(Bitbake rev: 964958b8b11dc69fb289fc6c97c1dbc8d76ad0f8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-03 11:31:58 +00:00
..
__init__.py bitbake: fetch2: Fix os.errno references 2021-01-31 11:28:39 +00:00
bzr.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
clearcase.py bitbake: fetch2: fix import error for Python 3.6.5 2018-05-29 21:07:46 +01:00
cvs.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
git.py bitbake: fetch/git: Handle github dropping git:// support 2021-11-03 11:31:58 +00:00
gitannex.py bitbake: fetch/gitannex: add support for shallow mirror tarballs 2017-06-02 13:36:57 +01:00
gitsm.py bitbake: gitsm: Add need_update method to determine when we are going to a new SRCREV 2019-06-18 11:31:10 +01:00
hg.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
local.py bitbake: fetch/local: Drop FILESDIR 2017-04-05 23:20:03 +01:00
npm.py bitbake: fetch2: fix import error for Python 3.6.5 2018-05-29 21:07:46 +01:00
osc.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
perforce.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
repo.py bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMD 2018-06-15 17:57:30 +01:00
s3.py bitbake: s3.py: Remove hardcoded aws 2017-03-30 10:42:18 +01:00
sftp.py bitbake: fetch2: don't use deprecated bb.data APIs 2017-03-01 11:16:07 +00:00
ssh.py bitbake: fetch2: don't use deprecated bb.data APIs 2017-03-01 11:16:07 +00:00
svn.py bitbake: fetch2/svn: Fix SVN repository concurrent update race 2018-12-06 10:27:59 +00:00
wget.py bitbake: fetch/wget: use with to ensure the response is closed 2017-11-21 13:06:45 +00:00