Meta Configuration of SLE15
22
1
<project name="SLE15">
2
<title>SLE_15</title>
3
<description>
4
This prj produces binary packages for SLE-15-SP7.
5
The Essentials prj will _aggregate and publish the produced binaries.
6
</description>
7
<build>
8
<disable repository="R"/>
9
</build>
10
<publish>
11
<disable/>
12
</publish>
13
<debuginfo>
14
<enable/>
15
</debuginfo>
16
<repository name="SLE_15" rebuild="direct">
17
<path project="build-compare" repository="bc"/>
18
<path project="openSUSE.org:SUSE:SLE-15-SP7:Update" repository="standard"/>
19
<arch>x86_64</arch>
20
</repository>
21
</project>
22