lp://staging/~barry/ubuntu-system-image/citrain31
- Get this branch:
- bzr branch lp://staging/~barry/ubuntu-system-image/citrain31
Branch merges
- 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)
Related bugs
Bug #1380678: Remove deprecated D-Bus method .Info() | High | Fix Released | |
Bug #1386302: Provide ability to specify a target system image revision | High | Fix Released | |
Bug #1508081: Fails to receive OTA updates | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 247. By Barry Warsaw
-
* d/control:
- Add python3-dbusmock to Build-Depends.
- Remove the X-Auto-Uploader header; let the train mangle the version
numbers so that we can do dual landings. - 246. By Barry Warsaw
-
* New upstream release.
- LP: #1386302 - In ``system-image-cli` `, add a ``-m``/ ``--maximage` `
flag which can be used to cap a winning upgrade path to a maximum
image number.
- LP: #1380678 - Remove the previously deprecated ``Info()`` D-Bus method.
- Remove the previously deprecated ``--no-reboot`` command line option.
- LP: #1508081 - Add support for temporarily overriding the wifi-only
setting when using ubuntu-download- manager:
+ Added ``ForceAllowGSMDownload( )`` method to the D-Bus API.
+ Added ``DownloadStarted`` D-Bus signal, which gets sent when the
download for an update has begun.
+ Added ``--override-gsm`` flag to ``system-image-cli` `.
* d/control: Add python3-dbusmock to Build-Depends.
* d/tests/control: ADd python3-dbusmock as a dependency for dryrun. - 244. By CI Train Bot Account
-
* New upstream release.
- LP: #1495688 - Don't crash when one of the .ini files is a dangling
symlink.
- d/rules: override_dh_auto_ clean because otherwise, pybuild will
remove the .egg-info files and that causes the Jenkins job in the CI
train to fail.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)