poky/bitbake/lib/bb
Nathan Rossi 9c44aee83d bitbake: fetch/git: Use 'git-make-shallow' from bin directory
Move the code that existed in tests/fetch.py for determining the path to
'git-make-shallow' into the git module and reference it.

This ensures that 'git-make-shallow' is always available and the desired
version regardless of the path variable or whether git exposes the
command.

(Bitbake rev: 6b508ab8fd5aa796c1c00c970e81e5e93f84d35d)

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-02-14 15:26:03 +00:00
..
fetch2 bitbake: fetch/git: Use 'git-make-shallow' from bin directory 2018-02-14 15:26:03 +00:00
parse bitbake: cooker: Improve inotify overflow handling 2017-08-13 09:28:14 +01:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: server/process: Increase runCommand timeout 2017-09-25 14:14:17 +01:00
tests bitbake: fetch/git: Use 'git-make-shallow' from bin directory 2018-02-14 15:26:03 +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 1.37.0 for development 2017-10-31 09:07:54 +00: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: cache.py: fix whitespace 2017-07-18 22:39:33 +01:00
checksum.py bitbake: lib/bb/checksum: avoid exception on broken symlinks 2016-07-29 09:53:32 +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: Sort task graph (dot) file output 2018-01-29 08:50:08 +00:00
cookerdata.py bitbake: main/runqueue: Rework runall task and add runonly option 2018-02-14 15:26:03 +00:00
COW.py bitbake: lib/bb/COW.py: fix typo in Tim Ansell's name 2017-05-15 16:21:20 +01: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/runqueue: Rework runall task and add runonly option 2018-02-14 15:26:03 +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: main/runqueue: Rework runall task and add runonly option 2018-02-14 15:26:03 +00:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01: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: bitbake: lib/bb/utils: fix movefile() copy to dir fallback 2017-09-25 14:14:17 +01:00