Provide ability to specify a target system image revision
Bug #1386302 reported by
James Hunt
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
Fix Released
|
High
|
Unassigned |
Bug Description
It is currently possible to download a particular system image revision as a starting point. It is also possible to force system-image-cli to assume a particular revision (system-image-cli -b <rev>) (again a starting point), but it is not currently possible to specify a target "maximum" or end-point revision to try to upgrade to - system-image-cli will always upgrade to the latest version available on the server.
Providing the ability to put a bound on the upgrade revision would be extremely useful for testing.
Related branches
lp://staging/~barry/ubuntu-system-image/citrain31
- Ubuntu CI managed package branches: Pending requested
-
Diff: 2102 lines (+742/-252)66 files modified.bzr-builddeb/default.conf (+2/-0)
NEWS.rst (+13/-0)
PKG-INFO (+1/-1)
cli-manpage.rst (+18/-6)
coverage-curl.ini (+9/-4)
coverage-udm.ini (+8/-6)
dbus-manpage.rst (+13/-17)
debian/changelog (+24/-0)
debian/control (+1/-1)
debian/tests/control (+1/-1)
debian/watch (+0/-2)
ini-manpage.rst (+2/-2)
setup.cfg (+1/-1)
setup.py (+1/-1)
system_image.egg-info/PKG-INFO (+1/-1)
system_image.egg-info/SOURCES.txt (+0/-1)
system_image.egg-info/pbr.json (+0/-1)
systemimage/api.py (+10/-3)
systemimage/apply.py (+1/-1)
systemimage/bag.py (+1/-1)
systemimage/candidates.py (+11/-1)
systemimage/channel.py (+1/-1)
systemimage/config.py (+3/-2)
systemimage/curl.py (+5/-3)
systemimage/dbus.py (+16/-11)
systemimage/device.py (+1/-1)
systemimage/docs/conf.py (+10/-7)
systemimage/download.py (+22/-4)
systemimage/gpg.py (+1/-1)
systemimage/helpers.py (+1/-1)
systemimage/image.py (+1/-1)
systemimage/index.py (+1/-1)
systemimage/keyring.py (+1/-1)
systemimage/logging.py (+1/-1)
systemimage/main.py (+23/-8)
systemimage/reactor.py (+1/-1)
systemimage/scores.py (+1/-1)
systemimage/service.py (+2/-3)
systemimage/settings.py (+1/-1)
systemimage/state.py (+24/-15)
systemimage/testing/controller.py (+1/-1)
systemimage/testing/dbus.py (+1/-1)
systemimage/testing/demo.py (+1/-1)
systemimage/testing/helpers.py (+2/-3)
systemimage/testing/nose.py (+2/-2)
systemimage/testing/service.py (+1/-8)
systemimage/tests/test_api.py (+1/-1)
systemimage/tests/test_bag.py (+1/-1)
systemimage/tests/test_candidates.py (+1/-1)
systemimage/tests/test_channel.py (+1/-1)
systemimage/tests/test_config.py (+1/-1)
systemimage/tests/test_dbus.py (+179/-28)
systemimage/tests/test_download.py (+1/-1)
systemimage/tests/test_gpg.py (+1/-1)
systemimage/tests/test_helpers.py (+1/-1)
systemimage/tests/test_image.py (+1/-1)
systemimage/tests/test_index.py (+1/-1)
systemimage/tests/test_keyring.py (+1/-1)
systemimage/tests/test_main.py (+230/-65)
systemimage/tests/test_scores.py (+1/-1)
systemimage/tests/test_settings.py (+1/-1)
systemimage/tests/test_state.py (+32/-4)
systemimage/tests/test_winner.py (+1/-1)
systemimage/udm.py (+35/-4)
systemimage/version.txt (+1/-1)
tox.ini (+9/-5)
Changed in ubuntu-system-image: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → 3.0 |
tags: | added: client |
Changed in ubuntu-system-image: | |
milestone: | none → 3.1 |
Changed in ubuntu-system-image: | |
status: | Triaged → In Progress |
Changed in ubuntu-system-image: | |
importance: | Low → High |
status: | In Progress → Fix Committed |
Changed in ubuntu-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Not sure if this should be a separate bug, but also having the ability to specify a full or delta image would be fantastically useful too.