Per-device channel redirects are missing
Bug #1593633 reported by
Łukasz Zemczak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
Fix Committed
|
High
|
Łukasz Zemczak |
Bug Description
In certain cases we need to support moving a specific device from one channel to another. Example: we have turbo and arale devices in the meizu.en channel and now we need to move turbo out to a separate one: meizu-pd.en. Currently that's not possible, as aliases and redirects work per-channel. Aliases are very heavy weight (as they perform copies), so a redirect would be perfect.
Related branches
lp://qastaging/~sil2100/ubuntu-system-image/server-per_device_redirect
- Barry Warsaw (community): Approve
- Registry Administrators: Pending requested
-
Diff: 317 lines (+246/-3)2 files modifiedlib/systemimage/tests/test_tree.py (+175/-0)
lib/systemimage/tree.py (+71/-3)
lp://qastaging/~sil2100/ubuntu-system-image/server-redirect_in_scripts
- Steve Langasek (community): Approve
- Barry Warsaw: Pending requested
-
Diff: 154 lines (+49/-20)4 files modifiedbin/copy-image (+21/-10)
bin/import-images (+6/-0)
bin/set-phased-percentage (+11/-5)
bin/tag-image (+11/-5)
To post a comment you must log in.
Fix committed to trunk, will be deployed in production in a bit to proceed with final testing.