Merge ~waveform/ubiquity:soup3 into ubiquity:main
Proposed by
Dave Jones
Status: | Merged |
---|---|
Merged at revision: | e9b4f67c0fc4dcb893bf36c31cd89fb2f382d438 |
Proposed branch: | ~waveform/ubiquity:soup3 |
Merge into: | ubiquity:main |
Diff against target: |
126 lines (+46/-27) 2 files modified
debian/changelog (+6/-0) ubiquity/plugins/ubi-timezone.py (+40/-27) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Langasek | Approve | ||
Review via email: mp+464248@code.qastaging.launchpad.net |
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
This merge fixes the oem-config process on preinstalled desktop images (most notably, the Ubuntu Desktop for Raspberry Pi images) by updating the ubi-timezone plugin to support the libsoup3 API. This is now required by other components, and libsoup2.4 and libsoup3 cannot co-exist in the process, so ubi-timezone must be updated.
The change has been successfully tested on the noble Desktop for Pi images, with networking present, absent, and initially present but removed when the plugin is active (to test the cancellation pathway).