]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2: make fetch failure errors more readable
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 23 Sep 2012 17:05:35 +0000 (18:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 11:13:52 +0000 (12:13 +0100)
commit683d3b9cfbbc5a93e9eb1423cfbdfe3538e26087
treef4aca846d17bc074cf3243d6fe88a107c891a382
parent0bdde689f651a22a2ff925bcdd88755cde592b3d
bitbake: fetch2: make fetch failure errors more readable

Most of the time we don't need to see the fetch command; the fetch log
includes the command as a debug message in any case, so omit it. Also
adjust the way command output is printed (we don't need stderr/stdout
labelled, and print "no output" instead of "output:\nNone" when there is
no output.

(Bitbake rev: a75505a52e4da918222100221f79e8a658f90446)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py