Activity log for bug #1148116

Date Who What changed Old value New value Message
2013-03-06 00:37:59 Brian Murray bug added bug
2013-03-06 16:28:15 Brian Murray daisy: importance Undecided Medium
2013-03-06 17:22:02 Brian Murray summary third_party check in submit.py may not be working properly not all packages from PPAs have '[origin: ' in them
2013-03-06 17:22:15 Brian Murray summary not all packages from PPAs have '[origin: ' in them not all packages from PPAs have '[origin: ' in Package section
2013-03-07 20:35:32 Brian Murray bug task added apport (Ubuntu)
2013-03-07 20:35:43 Brian Murray apport (Ubuntu): assignee Martin Pitt (pitti)
2013-03-12 11:19:54 Martin Pitt apport (Ubuntu): status New In Progress
2013-03-12 11:31:42 Launchpad Janitor branch linked lp:apport
2013-03-12 11:32:00 Martin Pitt apport (Ubuntu): status In Progress Fix Committed
2013-03-12 22:53:09 Brian Murray daisy: status New Invalid
2013-03-19 11:09:12 Launchpad Janitor apport (Ubuntu): status Fix Committed Fix Released
2015-09-22 15:57:16 Brian Murray nominated for series Ubuntu Precise
2015-09-22 15:57:16 Brian Murray bug task added apport (Ubuntu Precise)
2015-09-22 15:57:40 Brian Murray apport (Ubuntu Precise): status New Triaged
2015-09-22 15:57:43 Brian Murray apport (Ubuntu Precise): importance Undecided High
2015-09-22 16:10:41 Brian Murray description I was querying for columns in the counters column family starting with 'Ubuntu ' as I was looking for the counts of bugs reported about packages. In the column family I discovered 'Ubuntu 12.10:indicator-stickynotes' and was having trouble finding errors for that package because it is from a PPA. Given that the package is from a PPA it shouldn't be appearing in the counters column family at all though. From daisy/submit.py: package = data.get('Package', '') src_package = data.get('SourcePackage', '') problem_type = data.get('ProblemType', '') third_party = False if '[origin:' in package: third_party = True Then before running update_release_pkg_counter we check for 'if not third_party'. Looking at least some of the oops for indicator-stickynotes all of them had '[origin:' in the Package key. Test Case --------- 1) Install galicaster package from wiki.teltek.es (or any other random deb file will do) 2) Run the executable 3) Find the pid of the program and kill it with signal 11 4) Inspect the .crash file (after it is finished being written) and observe the "Package: " key doesn't not contain "[origin: unknown]" With the version of apport from -proposed it will contain information about it being from an unknown origin. I was querying for columns in the counters column family starting with 'Ubuntu ' as I was looking for the counts of bugs reported about packages. In the column family I discovered 'Ubuntu 12.10:indicator-stickynotes' and was having trouble finding errors for that package because it is from a PPA. Given that the package is from a PPA it shouldn't be appearing in the counters column family at all though. From daisy/submit.py:     package = data.get('Package', '')     src_package = data.get('SourcePackage', '')     problem_type = data.get('ProblemType', '')     third_party = False     if '[origin:' in package:         third_party = True Then before running update_release_pkg_counter we check for 'if not third_party'. Looking at least some of the oops for indicator-stickynotes all of them had '[origin:' in the Package key.
2015-09-22 16:13:58 Brian Murray apport (Ubuntu Precise): assignee Brian Murray (brian-murray)
2015-09-22 16:25:42 Brian Murray description Test Case --------- 1) Install galicaster package from wiki.teltek.es (or any other random deb file will do) 2) Run the executable 3) Find the pid of the program and kill it with signal 11 4) Inspect the .crash file (after it is finished being written) and observe the "Package: " key doesn't not contain "[origin: unknown]" With the version of apport from -proposed it will contain information about it being from an unknown origin. I was querying for columns in the counters column family starting with 'Ubuntu ' as I was looking for the counts of bugs reported about packages. In the column family I discovered 'Ubuntu 12.10:indicator-stickynotes' and was having trouble finding errors for that package because it is from a PPA. Given that the package is from a PPA it shouldn't be appearing in the counters column family at all though. From daisy/submit.py:     package = data.get('Package', '')     src_package = data.get('SourcePackage', '')     problem_type = data.get('ProblemType', '')     third_party = False     if '[origin:' in package:         third_party = True Then before running update_release_pkg_counter we check for 'if not third_party'. Looking at least some of the oops for indicator-stickynotes all of them had '[origin:' in the Package key. Test Case --------- 1) Install galicaster package from wiki.teltek.es (or any other random deb file will do) 2) Run the executable 3) Find the pid of the program and kill it with signal 11 4) Inspect the .crash file (after it is finished being written) and observe the "Package: " key doesn't not contain "[origin: unknown]" With the version of apport from -proposed it will contain information about it being from an unknown origin. Original Description -------------------- I was querying for columns in the counters column family starting with 'Ubuntu ' as I was looking for the counts of bugs reported about packages. In the column family I discovered 'Ubuntu 12.10:indicator-stickynotes' and was having trouble finding errors for that package because it is from a PPA. Given that the package is from a PPA it shouldn't be appearing in the counters column family at all though. From daisy/submit.py:     package = data.get('Package', '')     src_package = data.get('SourcePackage', '')     problem_type = data.get('ProblemType', '')     third_party = False     if '[origin:' in package:         third_party = True Then before running update_release_pkg_counter we check for 'if not third_party'. Looking at least some of the oops for indicator-stickynotes all of them had '[origin:' in the Package key.
2015-09-22 17:23:55 Brian Murray apport (Ubuntu Precise): status Triaged In Progress
2015-09-24 19:51:11 Launchpad Janitor branch linked lp:~ubuntu-core-dev/ubuntu/precise/apport/ubuntu
2015-09-28 21:47:34 Brian Murray apport (Ubuntu Precise): status In Progress Fix Committed
2015-09-28 21:47:36 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2015-09-28 21:47:38 Brian Murray bug added subscriber SRU Verification
2015-09-28 21:47:41 Brian Murray tags verification-needed
2015-09-29 16:24:25 Brian Murray tags verification-needed verification-done
2015-09-29 19:51:15 Launchpad Janitor apport (Ubuntu Precise): status Fix Committed Fix Released
2015-09-29 19:51:19 Brian Murray removed subscriber Ubuntu Stable Release Updates Team