openSUSE-release-tools/tests/fixtures/staging-project-meta.xml
Michal Hrusecky f3332b1c48 New test for project pseudometadata
With new testing class, we can test that it works even better.
2014-02-25 09:28:46 +01:00

26 lines
691 B
XML

<project name="${project}">
<title>${title}</title>
<description>${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>