Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/scriptgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def parse_dir(root, d, files):
continue

rootXml = ElementTree.parse(root + "/" + f).getroot()
if not rootXml:
if not len(rootXml):
print("Ignoring [" + f + "]: Cannot parse xml", file=sys.stderr)
continue

Expand Down
10 changes: 9 additions & 1 deletion xml/obs/openSUSE:Leap:16.0:Images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
dist_path="images"
distri="opensuse"
archs="aarch64 x86_64">
<flavor name="agama-installer-openSUSE" folder="*/*agama-installer-openSUSE*" iso="1" media1="0"/>
<flavor name="Minimal-VM-for-kvm-and-xen" folder="*/kiwi-templates-Minimal:kvm-and-xen">
<hdd filemask=".*kvm-and-xen.*\.qcow2$"/>
</flavor>
<flavor name="Minimal-VM-for-kvm-and-xen-encrypt" folder="*/kiwi-templates-Minimal:kvm-and-xen-encrypt">
<hdd filemask=".*kvm-and-xen-encrypt.*\.qcow2$"/>
</flavor>
<flavor name="Minimal-VM-Cloud" folder="*/kiwi-templates-Minimal:Cloud">
<hdd filemask=".*Minimal-VM.*-Cloud-.*\.qcow2$"/>
</flavor>
</openQA>