Merge lp:~bdrung/apport/cleanup into lp:~apport-hackers/apport/trunk
Proposed by
Benjamin Drung
Status: | Needs review |
---|---|
Proposed branch: | lp:~bdrung/apport/cleanup |
Merge into: | lp:~apport-hackers/apport/trunk |
Diff against target: |
404 lines (+80/-74) 15 files modified
apport/__init__.py (+3/-3) apport/crashdb_impl/launchpad.py (+1/-1) apport/fileutils.py (+3/-3) apport/hookutils.py (+9/-9) apport/packaging.py (+5/-5) apport/report.py (+1/-1) apport/sandboxutils.py (+23/-17) apport/ui.py (+15/-15) backends/packaging-apt-dpkg.py (+5/-5) data/package_hook (+6/-6) setup.py (+2/-2) test/test_apport_valgrind.py (+1/-1) test/test_fileutils.py (+3/-3) test/test_signal_crashes.py (+2/-2) test/test_ui.py (+1/-1) |
To merge this branch: | bzr merge lp:~bdrung/apport/cleanup |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Apport upstream developers | Pending | ||
Review via email: mp+389618@code.launchpad.net |
Description of the change
This merge request pulls the commits from the Ubuntu package that fixes pep8 and pycodestyle issues. It also logs the package versions installed in the sandbox.
To post a comment you must log in.
Unmerged revisions
- 3284. By Benjamin Drung
-
Log package versions installed in sandbox
- 3283. By Benjamin Drung
-
Fix pep8 errors regarding ambiguous variables
Import changes from apport 2.20.11-0ubuntu42 (from Brian Murray).
- 3282. By Benjamin Drung
-
Resolve pycodestyle issues
Import changes from apport 2.20.11-0ubuntu7 (from Brian Murray).