~registry/ubuntu-system-image/client

Viewing all changes in revision 309.

  • Committer: Barry Warsaw
  • Date: 2015-02-05 02:49:43 UTC
  • mfrom: (308.1.2 lp1417176)
  • Revision ID: barry@python.org-20150205024943-eqj104dwx2ipfc9f
 * A new D-Bus signal ``Applied(bool)`` is added, which is returned in
   response to the ``ApplyUpdate()`` asynchronous method call.  For devices
   which do not need to reboot in order to apply the update, this is the only
   signal you will get.  If your device needs to reboot you will also receive
   the ``Rebooting(bool)`` command as with earlier versions.  The semantics of
   the flag argument are the same in both cases, as are the race timing issues
   inherent in these signals.  See the ``system-image-dbus(8)`` manpage for
   details.  (LP: #1417176)
 * As part of LP: #1417176, the ``--no-reboot`` switch for
   ``system-image-cli(1)`` has been deprecated.  Use ``--no-apply`` instead
   (``-g`` is still the shortcut).


Also:

* Set the dbus.proxies logger to be the same as systemimage.dbus so that
  during the test suite, various expected low level log messages don't get
  printed to stderr.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: