poky/bitbake/lib/bb
Richard Purdie b39f4146de bitbake: fetch2: Change git fetcher not to destroy old references
It looks like we're about to see a lot of changes in branch names in repos. If
we have the prune option here, those old names are lost, the changes propagate
to our source mirrors and our old releases break.

We have the force option so any replaced references should be replaced, its only
orphaned branches which will now be preserved.

I believe this behaviour will cause us fewer problems given the changes that
look likely to happen.

(Bitbake rev: 1df4fb1c9bf2fde0b274374bff1235c4b1f7ac79)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-08 14:46:17 +01:00
..
fetch2 bitbake: fetch2: Change git fetcher not to destroy old references 2020-09-08 14:46:17 +01:00
parse bitbake: parse/ast: Abstract anonymous function execution into a function 2018-03-04 11:35:42 +00:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: process: Rewrite multiple connection handling 2019-02-25 22:27:46 +00:00
tests bitbake: tests/fetch: Resolve fetch error in bitbake-selftest 2019-11-07 07:40:31 +00:00
ui bitbake: toaster: some recipe events do not include packages 2017-12-18 15:05:29 +00:00
__init__.py bitbake: bitbake: Update version to stable release branch version 1.38 2018-06-06 13:35:10 +01:00
build.py bitbake: build.py: Don't return dependencies for tasks which don't exist 2017-12-28 15:08:34 +00:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: bitbake: cache: improve debug message 2018-02-14 15:26:03 +00:00
checksum.py bitbake: checksum: sanity check path when recursively checksumming 2018-08-29 15:23:51 +01:00
codeparser.py bitbake: codeparser: add some comments 2017-04-05 23:19:17 +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: cooker: Add some timing debug messages to the server startup 2019-02-25 22:27:46 +00:00
cookerdata.py bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_x 2018-04-06 11:39:49 +01:00
COW.py bitbake: COW: Fix StopIteration warning 2019-03-13 14:38:56 -07:00
daemonize.py bitbake: daemonize: Always print any remaning UI events at exit 2017-08-03 11:14:13 +01:00
data_smart.py bitbake: data_smart: Don't cache/process capitalised overrides 2017-05-18 13:19:55 +01:00
data.py bitbake: data: Micro performance optimisation tweak 2017-07-08 13:29:54 +01:00
event.py bitbake: events: Drop unused cfg property 2018-01-08 08:48:54 +00: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:28:05 +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: knotty: prevent extra logger from being enabled for tinfoil 2017-06-12 15:07:39 +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: Ensure disk monitor is started when no setscene tasks are run 2018-12-06 10:28:04 +00:00
siggen.py bitbake: siggen: move reset() definition to base SignatureGenerator class 2017-09-05 15:00:49 +01:00
taskdata.py bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option 2017-09-02 00:52:10 +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: add optional callback to edit_bblayers_conf() 2019-02-25 22:27:46 +00:00