File: example_deprecated_schema.xml

package info (click to toggle)
kiwi 10.2.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,664 kB
  • sloc: python: 69,179; sh: 4,228; xml: 3,383; ansic: 391; makefile: 353
file content (25 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="7.3" name="LimeJeOS">
    <description type="system">
        <author>Marcus</author>
        <contact>ms@suse.com</contact>
        <specification>
            Testing too old schema version condition
        </specification>
    </description>
    <preferences>
        <version>1.13.2</version>
        <packagemanager>zypper</packagemanager>
        <locale>en_US</locale>
        <keytable>us.map.gz</keytable>
        <timezone>Europe/Berlin</timezone>
        <type image="tbz"/>
    </preferences>
    <packages type="image" patternType="plusRecommended">
        <namedCollection name="base"/>
    </packages>
    <packages type="bootstrap">
        <package name="filesystem"/>
    </packages>
</image>