poky/bitbake/lib/bb
Christopher Larson e3e88600ce bitbake: fetch/git: fix AttributeError in shallow extraction logic
This code checks to see if shallow is either disabled or the tarball is
missing, but the else block tries to print the tarball filename, and
this attribute doesn't exist at all when shallow is disabled. Handle the
two cases separately to give sane errors for both cases without the
exception:

    Exception: AttributeError: 'FetchData' object has no attribute 'fullshallow'

(Bitbake rev: bdbb558342ebb4e64384c9838d2485d9299d91a6)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-11-22 10:45:14 +00:00
..
fetch2 bitbake: fetch/git: fix AttributeError in shallow extraction logic 2018-11-22 10:45:14 +00:00
parse bitbake: BBHandler: Fix __python_func_regexp__ for comment lines 2018-11-19 17:03:25 +00:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: server/process: print a message when no logfile 2018-11-19 17:03:25 +00:00
tests bitbake: data_smart: Fix removal handling interaction issue with overrides 2018-10-20 14:27:03 +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: cooker: Fix multiconfig dependencies 2018-11-22 10:45:14 +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 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 filename for compile() 2018-11-19 17:03:25 +00: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: Fix environment handling for UI module imports 2018-10-10 12:47:48 +01: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: Ensure setscene tasks that aren't covered get built 2018-09-10 12:13:38 +01:00
siggen.py bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themes 2018-11-19 17:03:24 +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: better_compile(): Fix line number when report errors 2018-11-19 17:03:24 +00:00