Merge lp://qastaging/~sil2100/ubuntu-system-image/server_special-case_core_archs into lp://qastaging/ubuntu-system-image/server
Proposed by
Łukasz Zemczak
Status: | Merged |
---|---|
Approved by: | Łukasz Zemczak |
Approved revision: | 281 |
Merged at revision: | 280 |
Proposed branch: | lp://qastaging/~sil2100/ubuntu-system-image/server_special-case_core_archs |
Merge into: | lp://qastaging/ubuntu-system-image/server |
Diff against target: |
34 lines (+8/-2) 2 files modified
lib/systemimage/generators.py (+5/-1) lib/systemimage/tests/test_generators.py (+3/-1) |
To merge this branch: | bzr merge lp://qastaging/~sil2100/ubuntu-system-image/server_special-case_core_archs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw (community) | Approve | ||
Oliver Grawert (community) | Approve | ||
Review via email: mp+277341@code.qastaging.launchpad.net |
Commit message
Change the special case architecture handling of plano to an arch of amd64.plano. Add a similar special case for the raspi2_armhf device, pulling in the armhf.raspi2 arch tarballs.
Description of the change
Change the special case architecture handling of plano to an arch of amd64.plano. Add a similar special case for the raspi2_armhf device, pulling in the armhf.raspi2 arch tarballs.
The end idea would be to simply introduce a subarch parameter to the generator that should be fairly easy to do, but as a quick fix we can hard-code it for now as we did with the rest.
To post a comment you must log in.
looks good (and it is rather urgent for todays stable release)