8c237b78c2
When there is a typo in the comps file, instead of crashing with a non-descript KeyError we should raise a nice error with details about the problem. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
15 lines
414 B
XML
15 lines
414 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd">
|
|
<comps>
|
|
<group>
|
|
<id>core</id>
|
|
<name>Core</name>
|
|
<description>Smallest possible installation</description>
|
|
<default>true</default>
|
|
<uservisible>false</uservisible>
|
|
<packagelist>
|
|
<packagereq type="mndatory">dummy-bash</packagereq>
|
|
</packagelist>
|
|
</group>
|
|
</comps>
|