All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] build.py: Emit meaningful errors when exiting automatically
@ 2012-10-10 22:11 Peter Seebach
  2012-10-10 22:11 ` [PATCH 1/1] build.py: Provide useful diagnostics when exiting Peter Seebach
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seebach @ 2012-10-10 22:11 UTC (permalink / raw)
  To: bitbake-devel

The behavior of "set -e" has flaws, the biggest of which is that
the exit is silent. Add an exit handler to run.* scripts so that the
failure will be diagnosed meaningfully.

The following changes since commit 90fd57ee3cb2856c10bda1f5af4879d2b7cf2668:
  Cristiana Voicu (1):
        hob/imageconfigurationpage: a 'hob-image' appears listed in the base image combo box

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib seebs/errors
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/errors

Peter Seebach (1):
  build.py: Provide useful diagnostics when exiting.

 lib/bb/build.py |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)




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

end of thread, other threads:[~2012-10-10 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 22:11 [PATCH 0/1] build.py: Emit meaningful errors when exiting automatically Peter Seebach
2012-10-10 22:11 ` [PATCH 1/1] build.py: Provide useful diagnostics when exiting Peter Seebach

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.