All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Minor improvements to error messages
@ 2012-01-11 18:30 Paul Eggleton
  2012-01-11 18:30 ` [PATCH 1/4] bitbake/knotty: don't count errors as warnings Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2012-01-11 18:30 UTC (permalink / raw)
  To: bitbake-devel

A few minor improvements to error output. I'm still working on some
deeper improvements but these are ready to go in immediately.

The patches (against Poky, but apply cleanly with -p2 against bitbake
master) are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib paule/errorhandling1
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/errorhandling1

Paul Eggleton (4):
  bitbake/knotty: don't count errors as warnings
  bitbake: improve error formatting for fetcher errors
  bitbake: make warning for initial fetch failure one line
  bitbake/runqueue: avoid "failed" in task summary if nothing did

 bitbake/lib/bb/build.py           |    2 +-
 bitbake/lib/bb/fetch2/__init__.py |   10 +++++++---
 bitbake/lib/bb/runqueue.py        |    6 +++++-
 bitbake/lib/bb/ui/knotty.py       |    2 +-
 4 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-12 15:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 18:30 [PATCH 0/4] Minor improvements to error messages Paul Eggleton
2012-01-11 18:30 ` [PATCH 1/4] bitbake/knotty: don't count errors as warnings Paul Eggleton
2012-01-11 18:30 ` [PATCH 2/4] bitbake: improve error formatting for fetcher errors Paul Eggleton
2012-01-11 18:30 ` [PATCH 3/4] bitbake: make warning for initial fetch failure one line Paul Eggleton
2012-01-11 18:30 ` [PATCH 4/4] bitbake/runqueue: avoid "failed" in task summary if nothing did Paul Eggleton
2012-01-12 15:45 ` [PATCH 0/4] Minor improvements to error messages Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.