Meta Configuration of Nonfree
44
1
<project name="Nonfree">
2
<title>Programs not under free license</title>
3
<description>This repository contains programs with closed source, non-free license or other similar entries.</description>
4
<person userid="Smar" role="maintainer"/>
5
<build>
6
<disable repository="openSUSE_Tumbleweed"/>
7
<disable/>
8
<disable repository="config"/>
9
<enable repository="openSUSE_Leap_15.2"/>
10
<enable repository="SLE_15_SP2"/>
11
</build>
12
<publish>
13
<disable repository="config"/>
14
</publish>
15
<debuginfo>
16
<enable/>
17
<disable repository="config"/>
18
</debuginfo>
19
<useforbuild>
20
<disable repository="config"/>
21
</useforbuild>
22
<repository name="config">
23
<path project="Nonfree:Deps" repository="config"/>
24
<arch>i586</arch>
25
<arch>x86_64</arch>
26
</repository>
27
<repository name="15.6">
28
<path project="Base" repository="standard"/>
29
<path project="Nonfree:Deps" repository="15.6"/>
30
<path project="openSUSE.org:openSUSE:Backports:SLE-15-SP6" repository="standard"/>
31
<path project="openSUSE.org:SUSE:SLE-15-SP6:GA" repository="standard"/>
32
<arch>x86_64</arch>
33
<arch>i586</arch>
34
</repository>
35
<repository name="15.5">
36
<path project="Base" repository="standard"/>
37
<path project="Nonfree:Deps" repository="15.5"/>
38
<path project="openSUSE:Backports:SLE-15-SP5" repository="standard"/>
39
<path project="SUSE:SLE-15-SP5:GA" repository="standard"/>
40
<arch>x86_64</arch>
41
<arch>i586</arch>
42
</repository>
43
</project>
44