bitbake: prserv/cooker: Handle PRService errors cleanly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 May 2013 14:46:11 +0000 (15:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 May 2013 15:24:13 +0000 (16:24 +0100)
commitbc5687c92c20ff2f96a464963ebe0279952e1e48
treeaaede40244a5eb56d50795d3bd5203eac6fcc984
parentd18d79a8feb8f2d2e73b496bcca1da9cc8425a1e
bitbake: prserv/cooker: Handle PRService errors cleanly

Current if the PR Service fails to start, bitbake carries on regardless or
hangs with no error message. This adds an exception and then handles it correctly
so the UIs correctly handle the error and exit cleanly.

[YOCTO #4010]

(Bitbake rev: 949c01228a977c3b92bfc0802f6c71b40d8e05b3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/prserv/serv.py