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

« back to all changes in this revision

Viewing changes to systemimage/tests/data/index_21.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
    "global": {
 
3
        "generated_at": "Mon Apr 29 18:45:27 UTC 2013"
 
4
    },
 
5
    "images": [
 
6
        {
 
7
            "base": 1,
 
8
            "description": "Delta",
 
9
            "files": [
 
10
                {
 
11
                    "checksum": "da70dfa4d9f95ac979f921e8e623358236313f334afcd06cddf8a5621cf6a1e9",
 
12
                    "order": 3,
 
13
                    "path": "/3/4/5.txt",
 
14
                    "signature": "/3/4/5.txt.asc",
 
15
                    "size": 104857600
 
16
                },
 
17
                {
 
18
                    "checksum": "b3a8e0e1f9ab1bfe3a36f231f676f78bb30a519d2b21e6c530c0eee8ebb4a5d0",
 
19
                    "order": 1,
 
20
                    "path": "/4/5/6.txt",
 
21
                    "signature": "/4/5/6.txt.asc",
 
22
                    "size": 104857600
 
23
                },
 
24
                {
 
25
                    "checksum": "97a6d21df7c51e8289ac1a8c026aaac143e15aa1957f54f42e30d8f8a85c3a55",
 
26
                    "order": 2,
 
27
                    "path": "/5/6/7.txt",
 
28
                    "signature": "/5/6/7.txt.asc",
 
29
                    "size": 104857600
 
30
                }
 
31
            ],
 
32
            "type": "delta",
 
33
            "version": 600,
 
34
            "bootme": true
 
35
        }
 
36
    ]
 
37
}