poky/bitbake/lib/bb
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
..
fetch2 bitbake: fetch/git: Handle github dropping git:// support 2021-11-03 11:31:58 +00:00
parse bitbake: parse/ast: ensure saved event handlers really do get restored 2018-08-24 07:53:14 +01:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: server/process: Add missing exception raise 2019-02-06 08:32:00 +00:00
tests bitbake: tests/fetch: Allow wget upgrade tests to run against a local server 2020-09-09 09:44:53 +01:00
ui bitbake: taskexp: add focused search bar 2018-10-18 10:59:26 +01:00
__init__.py bitbake: bitbake: Bump version to 1.40.0 2018-10-20 14:27:03 +01:00
build.py bitbake: daemonize/build: Clean up /dev/null fd handling 2018-09-22 15:52:12 -07:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: codeparser: Track oe.utils.conditional usage 2018-07-30 12:45:15 +01:00
checksum.py bitbake: checksum: sanity check path when recursively checksumming 2018-08-14 16:32:48 +01:00
codeparser.py bitbake: codeparser: Track oe.utils.conditional usage 2018-07-30 12:45:15 +01:00
command.py bitbake: cooker: clear extra config settings and remote datastores on client disconnect 2017-09-05 15:00:49 +01:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: bitbake: cooker: Rename __depends in all multiconfigs 2019-06-11 13:28:21 +01:00
cookerdata.py bitbake: cookerdata: Add mc conffiles hashes to cache hash 2019-10-10 16:53:26 +01:00
COW.py bitbake: COW: Fix StopIteration warning 2018-09-22 15:52:12 -07:00
daemonize.py bitbake: daemonize/build: Clean up /dev/null fd handling 2018-09-22 15:52:12 -07:00
data_smart.py bitbake: data_smart: Fix removal handling interaction issue with overrides 2018-10-20 14:27:03 +01:00
data.py bitbake: data/siggen: Extract task hash generation code into a function 2018-10-18 10:59:27 +01:00
event.py bitbake: server/process: Various server startup logging fixes 2018-09-05 18:01:37 +01:00
exceptions.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
main.py bitbake: main: Don't use print() directly, use logger 2018-12-06 10:27:59 +00:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: monitordisk: add event 2016-12-07 10:42:22 +00:00
msg.py bitbake: msg: Add explicit verbnote log level 2018-09-10 12:13:38 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: prserv/persist_data/utils: Drop obsolete python2 imports 2017-01-09 13:39:13 +00:00
process.py bitbake: bitbake:process: flush stderr/stdout to log 2017-06-14 14:54:24 +01:00
progress.py bitbake: lib/bb/progress: avoid possibility of start event being reported twice 2016-07-26 08:10:35 +01:00
providers.py bitbake: providers: Fix determinism issue 2017-12-10 22:45:21 +00:00
remotedata.py bitbake: remotedata: enable transporting datastore from the client to the server 2016-12-14 12:25:07 +00:00
runqueue.py bitbake: runqueue: fix multiconfig task dependency filtering 2019-12-12 20:02:51 +00:00
siggen.py bitbake: siggen: Fix multiconfig corner case 2019-02-25 22:33:05 +00:00
taskdata.py bitbake: bitbake: Add support for multiconfig dependencies 2018-08-01 10:07:22 +01:00
tinfoil.py bitbake: tinfoil: ensure get_recipe_info() returns Null if recipe not found 2017-11-21 13:06:45 +00:00
utils.py bitbake: utils: Fix movefile() exception handling with python3 2019-09-06 11:58:56 +01:00