Merge lp:~bdrung/apport/lp-1684535 into lp:~apport-hackers/apport/trunk
Proposed by
Benjamin Drung
Status: | Needs review |
---|---|
Proposed branch: | lp:~bdrung/apport/lp-1684535 |
Merge into: | lp:~apport-hackers/apport/trunk |
Diff against target: |
38 lines (+17/-0) 2 files modified
apport/report.py (+8/-0) problem_report.py (+9/-0) |
To merge this branch: | bzr merge lp:~bdrung/apport/lp-1684535 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Apport upstream developers | Pending | ||
Review via email: mp+389620@code.launchpad.net |
Description of the change
Support specifying a CoreDumpFile in the .crash file instead of requiring it to be included in the file.
Motivation: We transfer the core dump via network with lz4 compression. See Debian bug #857300 [1] for the collecting script.
To post a comment you must log in.
Unmerged revisions
- 3283. By Benjamin Drung
-
Support lz4 compressed core dump files
LP: #1684535
- 3282. By Benjamin Drung
-
Support CoreDumpFile
Support specifying a core dump file instead of attaching it to the
.crash file.LP: #1684535