All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Exception handling fixes
@ 2012-09-07 15:22 Paul Eggleton
  2012-09-07 15:22 ` [PATCH 1/2] fetch2: fix malformed URL causing a useless traceback Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-09-07 15:22 UTC (permalink / raw)
  To: bitbake-devel

The following changes (against Poky, but apply cleanly with -p2 against
bitbake master) are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bb-brokenexcept
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-brokenexcept

Paul Eggleton (2):
  fetch2: fix malformed URL causing a useless traceback
  cooker: fix handling of exceptions during exception handling

 bitbake/lib/bb/cooker.py          |    9 +++++++--
 bitbake/lib/bb/fetch2/__init__.py |    4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

-- 
1.7.9.5




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

end of thread, other threads:[~2012-09-10 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 15:22 [PATCH 0/2] Exception handling fixes Paul Eggleton
2012-09-07 15:22 ` [PATCH 1/2] fetch2: fix malformed URL causing a useless traceback Paul Eggleton
2012-09-07 15:22 ` [PATCH 2/2] cooker: fix handling of exceptions during exception handling Paul Eggleton
2012-09-10 12:14 ` [PATCH 0/2] Exception handling fixes Richard Purdie

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.