Activity log for bug #1148015

Date Who What changed Old value New value Message
2013-03-05 23:36:14 Brian Murray bug added bug
2013-03-05 23:36:58 Brian Murray daisy: importance Undecided High
2013-03-06 00:10:34 Launchpad Janitor branch linked lp:errors
2013-03-06 02:17:52 Brian Murray daisy: status New Fix Committed
2013-03-06 02:17:55 Brian Murray daisy: assignee Brian Murray (brian-murray)
2013-03-20 03:19:17 Brian Murray description On errors.ubuntu.com I was trying to find crashes for indicator-stickynotes which comes from a PPA. However, it is not possible to find these using the current way the code is setup. From errors/api/resources.py we have: elif package and launchpad.is_source_package(package): for binary in launchpad.get_binaries_in_source_package(package): packages.append(binary) launchpad.is_source_package() returns True fo indicator-stickynotes but then launchpad.get_binaries_in_source_package() returns ''. Subsequently, not errors are returned although there really are some reported about this package. One idea to fix this would be to always add package to packages. Although, its possible that a PPA package could produce multiple binary packages and we'd really like to know the names of those. On errors.ubuntu.com I was trying to find crashes for indicator-stickynotes which comes from a PPA. However, it is not possible to find these using the current way the code is setup. From errors/api/resources.py we have:         elif package and launchpad.is_source_package(package):             for binary in launchpad.get_binaries_in_source_package(package):                 packages.append(binary) launchpad.is_source_package() returns True for indicator-stickynotes but then launchpad.get_binaries_in_source_package() returns ''. Subsequently, no errors are returned although there really are some reported about this package. One idea to fix this would be to always add package to packages. Although, its possible that a PPA package could produce multiple binary packages and we'd really like to know the names of those.
2013-03-20 03:19:36 Brian Murray daisy: status Fix Committed Fix Released