Merge lp://staging/~jamesodhunt/ubuntu/vivid/ubuntu-core-upgrader/handle-invalid-removed-file into lp://staging/ubuntu/vivid/ubuntu-core-upgrader
Proposed by
James Hunt
Status: | Merged |
---|---|
Merged at revision: | 24 |
Proposed branch: | lp://staging/~jamesodhunt/ubuntu/vivid/ubuntu-core-upgrader/handle-invalid-removed-file |
Merge into: | lp://staging/ubuntu/vivid/ubuntu-core-upgrader |
Diff against target: |
406 lines (+157/-56) 5 files modified
debian/changelog (+9/-0) functional/test_upgrader.py (+78/-20) ubuntucoreupgrader/tests/test_upgrader.py (+46/-10) ubuntucoreupgrader/tests/utils.py (+6/-3) ubuntucoreupgrader/upgrader.py (+18/-23) |
To merge this branch: | bzr merge lp://staging/~jamesodhunt/ubuntu/vivid/ubuntu-core-upgrader/handle-invalid-removed-file |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt (community) | Needs Information | ||
Review via email: mp+254372@code.staging.launchpad.net |
Description of the change
* ubuntucoreupgra
to avoid the upgrade failing attempting to remove '/writable/cache'
(see LP: #1437225).
To post a comment you must log in.
Thanks for adding this bugfix. I think we should also include a regression test.