Merge lp://staging/~mvo/ubuntu/vivid/ubuntu-core-upgrader/unpack-hardware-yaml into lp://staging/ubuntu/vivid/ubuntu-core-upgrader
Proposed by
Michael Vogt
Status: | Merged |
---|---|
Merged at revision: | 13 |
Proposed branch: | lp://staging/~mvo/ubuntu/vivid/ubuntu-core-upgrader/unpack-hardware-yaml |
Merge into: | lp://staging/ubuntu/vivid/ubuntu-core-upgrader |
Diff against target: |
59 lines (+19/-2) 3 files modified
debian/changelog (+11/-0) ubuntucoreupgrader/tests/test_upgrader.py (+3/-1) ubuntucoreupgrader/upgrader.py (+5/-1) |
To merge this branch: | bzr merge lp://staging/~mvo/ubuntu/vivid/ubuntu-core-upgrader/unpack-hardware-yaml |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergio Schvezov (community) | Needs Fixing | ||
James Hunt (community) | Approve | ||
Review via email: mp+251607@code.staging.launchpad.net |
Description of the change
This branch also extracts "hardware.yaml" so that snappy-go (snappy is fine as it hardcodes the names) find
the file that describes what is in assets/. This fixes upgrades that
contains a new kernel/initrd/dtb. Thanks to Sergio for reporting the
issue.
To post a comment you must log in.
This LGTM. However, since the upgrader is not now removing hardware.yaml, please can you make sure that the hardware.yaml gets removed by snappy (HandleAssets()).