openSUSE-release-tools/tests/fixtures/repository/SUSE:SLE-12-SP3:Update.xml
Stephan Kulow 4db9df6aec Fix and test repository_path_expand on SLE12-SP5
The way OBS collapses repositories is different to what we did
2019-05-11 16:34:31 +02:00

21 lines
807 B
XML

<project name="SUSE:SLE-12-SP3:Update" kind="maintenance_release">
<title>SLE 12 SP3 Updates</title>
<description/>
<link project="SUSE:SLE-12-SP3:GA" vrevmode="extend"/>
<repository name="standard">
<path project="SUSE:SLE-12-SP3:GA" repository="standard"/>
<path project="SUSE:SLE-12-SP2:Update" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="snapshot-SP5">
<path project="SUSE:SLE-12-SP3:GA" repository="standard"/>
<path project="SUSE:SLE-12-SP2:Update" repository="snapshot-SP5"/>
<arch>x86_64</arch>
</repository>
<repository name="snapshot-SP4">
<path project="SUSE:SLE-12-SP3:GA" repository="standard"/>
<path project="SUSE:SLE-12-SP2:Update" repository="snapshot-SP4"/>
<arch>x86_64</arch>
</repository>
</project>