On Tue, 2009-06-23 at 08:53 +0000, Matt Zimmerman wrote: > Public bug reported: > > Binary package hint: bzr > > Attached is an apport package hook for Bazaar. By installing > source_bzr.py in /usr/share/apport/package-hooks, you can cause Ubuntu > bug reports for bzr to include additional information, including the end > of ~/.bzr.log and the output of "bzr plugins -v".
We had previously written directly to the apport API, which allows gathering this data in-process rather than later when the log may be messy or distorted (by other bzr processes). Is that no longer supported? Note that bzr never 'crashes' in the python sense, so apport won't ever see bzr fail to trigger, unless we do it ourselves. -Rob -- apport package hook for Bazaar https://bugs.launchpad.net/bugs/391015 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
