~ubuntu-branches/ubuntu/wily/system-image/wily

« back to all changes in this revision

Viewing changes to systemimage/tests/data/channels_09.json

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2013-09-06 18:34:29 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130906183429-mwrrv52ooot0n3ut
Tags: 1.5-0ubuntu1
* New upstream release.
  - `system-image-cli --info` prints additional information:
     + last update time (i.e. the mtime of `/etc/system-image/channel.ini`
       falling back to the mtime of `/etc/ubuntu-build`).
     + version details for ubuntu, the device, and any custom version, if the
       `/etc/system-image/channel.ini` file contains these details.
  - `system-image-cli --dry-run -c <bad-channel>` no longer produces a
     traceback.  You get "Already up-to-date", but use `-v` for more info.
  - D-Bus API method `UpdateAvailableStatus` field `last_update_date`
    has changes its format.  It's still ISO 8601, but with a space
    instead of a 'T' separating the date from the time.
  - LP: #1221841 - Support the new channels.json file format with
    backward compatibility (for now) with the old format.
  - LP: #1215959 - New D-Bus .Info() method returns data similar to
    `system-image-cli --info`

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "daily": {
 
3
        "alias": "saucy",
 
4
        "devices": {
 
5
            "grouper": {
 
6
                "index": "/daily/grouper/index.json"
 
7
            },
 
8
            "maguro": {
 
9
                "index": "/daily/maguro/index.json"
 
10
            },
 
11
            "mako": {
 
12
                "index": "/daily/mako/index.json"
 
13
            },
 
14
            "manta": {
 
15
                "index": "/daily/manta/index.json"
 
16
            }
 
17
        }
 
18
    },
 
19
    "saucy": {
 
20
        "devices": {
 
21
            "grouper": {
 
22
                "index": "/saucy/grouper/index.json"
 
23
            },
 
24
            "maguro": {
 
25
                "index": "/saucy/maguro/index.json"
 
26
            },
 
27
            "mako": {
 
28
                "index": "/saucy/mako/index.json"
 
29
            },
 
30
            "manta": {
 
31
                "index": "/saucy/manta/index.json",
 
32
                "keyring": {
 
33
                    "path": "/saucy/manta/device-signing.tar.xz",
 
34
                    "signature": "/saucy/manta/device-signing.tar.xz.asc"
 
35
                }
 
36
            }
 
37
        }
 
38
    },
 
39
    "saucy-proposed": {
 
40
        "hidden": true,
 
41
        "devices": {
 
42
            "grouper": {
 
43
                "index": "/saucy-proposed/grouper/index.json"
 
44
            },
 
45
            "maguro": {
 
46
                "index": "/saucy-proposed/maguro/index.json"
 
47
            },
 
48
            "mako": {
 
49
                "index": "/saucy-proposed/mako/index.json"
 
50
            },
 
51
            "manta": {
 
52
                "index": "/saucy-proposed/manta/index.json"
 
53
            }
 
54
        }
 
55
    }
 
56
}