Merge lp:~colin-king/apport/acpi-tables-remove into lp:apport
Proposed by
Colin Ian King
on 2012-10-01
| Status: | Rejected |
|---|---|
| Rejected by: | Martin Pitt on 2012-10-01 |
| Proposed branch: | lp:~colin-king/apport/acpi-tables-remove |
| Merge into: | lp:apport |
| Diff against target: |
58 lines (+0/-54) 1 file modified
data/dump_acpi_tables.py (+0/-54) |
| To merge this branch: | bzr merge lp:~colin-king/apport/acpi-tables-remove |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Martin Pitt | 2012-10-01 | Disapprove on 2012-10-01 | |
|
Review via email:
|
|||
Description of the Change
Currently apport collects a bunch of ACPI tables for kernel bugs to enable the kernel team to check if specific issues are related to malformed table data. However, for the majority of bugs we look at this data is superflous and if we really require it we should request it on a per bug basis. I therefore propose this change to remove the automatic ACPI table collection.
To post a comment you must log in.
Unmerged revisions
- 2502. By Colin Ian King on 2012-10-01
-
Remove ACPI data gathering, not required for most kernel issues


Hm, I'd actually like the code to stay in trunk, so that package hooks can use it if they want to.
How about we just drop that from ./data/ package- hooks/source_ linux.py in the packaging branch? We need to do that anyway.