openSUSE-release-tools/tests/fixtures/staging-project-broken-meta.xml
Michal Hrusecky a74d37ddd9 Not crashing on valid but incorrect YAML
Making sure that if we succeed in reading YAML, the result actually contains
the structure we want/need.
2014-02-13 10:44:58 +01:00

27 lines
736 B
XML

<project name="openSUSE:Factory:Staging:test">
<title>Staging project "openSUSE:Factory:Staging:test"</title>
<description>
</description>
<link project="openSUSE:Factory"/>
<person userid="Admin" role="maintainer"/>
<build>
<enable/>
</build>
<publish>
<disable/>
</publish>
<debuginfo>
<enable/>
</debuginfo>
<repository name="standard" rebuild="direct" linkedbuild="all">
<path project="openSUSE:Factory:Build" repository="standard"/>
<arch>i586</arch>
<arch>x86_64</arch>
</repository>
<repository name="images" rebuild="direct" linkedbuild="all">
<path project="openSUSE:Factory" repository="standard"/>
<arch>x86_64</arch>
<arch>i586</arch>
</repository>
</project>