~registry/ubuntu-system-image/client

« back to all changes in this revision

Viewing changes to systemimage/tests/data/config.config_02.ini

  • Committer: Barry Warsaw
  • Date: 2015-01-16 22:56:50 UTC
  • mfrom: (293.1.18 lp1373467)
  • Revision ID: barry@python.org-20150116225650-fug42a0rd33g3gb2
 * Support multiple configuration files, as in a ``config.d`` directory.  Now,
   configuration files are named `NN_whatever.ini` where "NN" must be a
   numeric prefix.  Files are loaded in sorted numeric order, with later files
   overriding newer files.  Support for both the ``client.ini`` and
   ``channel.ini`` files has been removed. (LP: #1373467)
 * The ``[system]build_file`` variable has been removed.  Build number
   information now must come from the ``.ini`` files, and last update date
   comes from the newest ``.ini`` file loaded.

Also:

 * Manpages updated.
 * Removed support for the [system]build_file variable.
 * Massive renaming of test data files for better matchup with their
   associated tests.
 * Provide a little more information when a logging level command line
   parameter is a bogus value.
 * -C now takes path to configuration directory.
 * Add a little more debug-level logging.
 * More sophistication for the @configuration decorator.
 * touch_build() helper now takes a use_config optional keyword argument.
 * When running the test suite, -M now takes a full logging specifier,
   e.g. either a single word like `debug` or a split like `info:debug`.
 * Skip some tests when running under UDM, due to LP: #1411866

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
[system]
12
12
timeout: 10s
13
 
build_file: /etc/ubuntu-build
14
13
tempdir: /tmp
15
14
logfile: /var/log/system-image/client.log
16
15
loglevel: critical:debug
23
22
device_signing: /var/lib/phablet/device-signing.tar.xz
24
23
 
25
24
[updater]
26
 
cache_partition: /android/cache
27
 
data_partition: /var/lib/phablet/updater
 
25
cache_partition: {tmpdir}/android/cache
 
26
data_partition: {vardir}/lib/phablet/updater
28
27
 
29
28
[hooks]
30
29
device: systemimage.device.SystemProperty