~jani/ubuntu-system-image/http-auth

« back to all changes in this revision

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

  • Committer: Barry Warsaw
  • Date: 2014-02-26 19:22:13 UTC
  • mfrom: (240.2.4 lp1278589)
  • Revision ID: barry@python.org-20140226192213-uooc2f52ibfog635
 * Support disabling either the HTTP or HTTPS services for update (but not
   both).  The ``[service]http_port`` or ``[service]https_port`` may be set to
   the string ``disabled`` and the disabled protocol will fall back to the
   enabled protocol.  Implementation given by Vojtech Bocek.  (LP: #1278589)
 * Allow the channel.ini file to override the ``[service]`` section.

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
# Negative ports are not allowed.
 
7
http_port: 80
 
8
https_port: -1
 
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