Making sure that if we succeed in reading YAML, the result actually contains the structure we want/need.
27 lines
736 B
XML
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>
|