lp://staging/~barry/ubuntu-system-image/citrain302
- Get this branch:
- bzr branch lp://staging/~barry/ubuntu-system-image/citrain302
Branch merges
- Barry Warsaw: Pending requested
-
Diff: 395 lines (+147/-18)14 files modifiedNEWS.rst (+5/-0)
PKG-INFO (+1/-1)
debian/changelog (+11/-0)
debian/rules (+3/-0)
setup.cfg (+1/-1)
system_image.egg-info/PKG-INFO (+1/-1)
system_image.egg-info/SOURCES.txt (+1/-0)
system_image.egg-info/pbr.json (+1/-0)
systemimage/helpers.py (+12/-6)
systemimage/logging.py (+10/-6)
systemimage/testing/dbus.py (+28/-0)
systemimage/tests/test_dbus.py (+26/-2)
systemimage/tests/test_helpers.py (+46/-0)
systemimage/version.txt (+1/-1)
- Barry Warsaw: Pending requested
Related bugs
Related blueprints
Branch information
Recent revisions
- 245. By Barry Warsaw
-
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. - 244. By Barry Warsaw
-
* New upstream release.
- LP: #1495688 - Don't crash when one of the .ini files is a dangling
symlink. - 237. By PS Jenkins bot
-
* New upstream release.
- LP: #1353178 - The channel.ini file can override the device name by
setting `[service]device`.
- LP: #1324241 - Add optional instrumentation to collect code coverage
data during test suite run via tox.
- LP: #1279970 - When an exception occurs in a `system-image-dbus`
D-Bus method, signal, or callback, this exception is logged in the
standard log file, and the process exits. Also, `[system]loglevel`
can now take an optional ":level" prefix which can be used to set
the log level for the D-Bus API methods. By default, they log at
`ERROR` level, but can be set lower for debugging purposes.
- LP: #1365646 - Don't crash when releasing an unacquired checking lock.
- LP: #1365761 - When checking files for `last_update_date()` ignore
PermissionErrors and just keep checking the fall backs.
- LP: #1369714 - `system-image-cli --dbus` has been deprecated and
will be removed in the future.
* d/control: Remove tox as a build dependency to avoid having to MIR tox,
virtualenv, and pip.
* d/rules:
- Call nose2 explicitly to avoid use of tox.
- Remove unnecessary override_dh_auto_ clean rule.
* d/system-image-common. post{inst, rm}: `set -e` to make lintian happy.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)