~barry/ubuntu-system-image/citrain302

« back to all changes in this revision

Viewing changes to systemimage/tests/data/config_06.ini

  • Committer: CI bot
  • Author(s): Barry Warsaw
  • Date: 2014-03-17 17:28:08 UTC
  • mfrom: (230.1.2 citrain-2.2)
  • Revision ID: ps-jenkins@lists.canonical.com-20140317172808-5b233ngvmdht5va6
system-image (2.2-0ubuntu1) UNRELEASED; urgency=medium

  * New upstream release.
    - LP: #1284217 - When CheckForUpdate() is called a second time, while
      an auto-download is in progress, but after the first check is
      complete, we send an UpdateAvailableStatus signal with the cached
      information.
    - LP: #1287919 - Close a race condition when manually downloading and
      issuing multiple CheckForUpdate calls.
    - LP: #1278589 - Support disabling either HTTP or HTTPS services for
      custom system image servers.
    - Allow the channel.ini file to override the [service] section.
    - LP: #1287287 - Do not do atomic renames of temporary download files;
      ubuntu-download-manager now supports this by default.
    - LP: #1250817 - Exceptions in the state machine are caught and
      logged, with an appropriate error message added to
      UpdateAvailableStatus signals.  These exceptions do not percolate up
      to the GLib main loop.
    - LP: #1279532 - During testing, pass the log dir argument to
      ubuntu-download-manager.
  * d/rules: Add override_dh_python3 rule to set shebang line to
    /usr/bin/python3.  (LP: #1283277)
  * d/patches/lp1284217.patch: Removed; applied upstream.

 -- Barry Warsaw <barry@ubuntu.com>  Wed, 05 Mar 2014 16:29:13 -0500
 Fixes: 1250817, 1278589, 1279532, 1283277, 1284217, 1287287, 1287919

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file for specifying relatively static information about the
 
2
# upgrade resolution process.
 
3
 
 
4
[service]
 
5
base: phablet.example.com
 
6
# Disabled port
 
7
http_port: 80
 
8
https_port: disabled
 
9
channel: stable
 
10
build_number: 0
 
11
 
 
12
[system]
 
13
timeout: 10s
 
14
build_file: /etc/ubuntu-build
 
15
tempdir: /tmp
 
16
logfile: /var/log/system-image/client.log
 
17
loglevel: error
 
18
settings_db: /var/lib/phablet/settings.db
 
19
 
 
20
[gpg]
 
21
archive_master: /etc/phablet/archive-master.tar.xz
 
22
image_master: /etc/phablet/image-master.tar.xz
 
23
image_signing: /var/lib/phablet/image-signing.tar.xz
 
24
device_signing: /var/lib/phablet/device-signing.tar.xz
 
25
 
 
26
[updater]
 
27
cache_partition: /android/cache
 
28
data_partition: /var/lib/phablet/updater
 
29
 
 
30
[hooks]
 
31
device: systemimage.device.SystemProperty
 
32
scorer: systemimage.scores.WeightedScorer
 
33
reboot: systemimage.reboot.Reboot
 
34
 
 
35
[dbus]
 
36
lifetime: 3s