-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathopensuse_build_service_meta.xml
71 lines (71 loc) · 2.19 KB
/
opensuse_build_service_meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<project name="home:andrew_z">
<title>andrew_z's Home Project</title>
<description/>
<person userid="andrew_z" role="bugowner"/>
<person userid="andrew_z" role="maintainer"/>
<build>
<disable arch="ppc"/>
<disable arch="ppc64"/>
<disable arch="armv6l"/>
<disable arch="armv7l"/>
<disable arch="aarch64"/>
<disable arch="ppc64p7"/>
<disable arch="ppc64le"/>
<disable arch="s390x"/>
<disable arch="i586"/>
</build>
<publish>
<disable arch="s390x"/>
<disable arch="ppc64le"/>
<disable arch="aarch64"/>
</publish>
<repository name="xUbuntu_24.04">
<path project="Ubuntu:24.04" repository="universe"/>
<arch>x86_64</arch>
</repository>
<repository name="xUbuntu_23.10">
<path project="Ubuntu:23.10" repository="universe"/>
<arch>x86_64</arch>
</repository>
<repository name="xUbuntu_22.04">
<path project="Ubuntu:22.04" repository="universe"/>
<arch>x86_64</arch>
</repository>
<repository name="xUbuntu_20.04">
<path project="Ubuntu:20.04" repository="universe"/>
<arch>x86_64</arch>
</repository>
<repository name="xUbuntu_18.04">
<path project="Ubuntu:18.04" repository="universe"/>
<arch>x86_64</arch>
</repository>
<repository name="openSUSE_Tumbleweed">
<path project="openSUSE:Factory" repository="snapshot"/>
<arch>x86_64</arch>
</repository>
<repository name="openSUSE_Slowroll">
<path project="openSUSE:Slowroll" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="Fedora_40">
<path project="Fedora:40" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="Fedora_39">
<path project="Fedora:39" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="Debian_12">
<path project="Debian:12" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="Debian_11">
<path project="Debian:11" repository="standard"/>
<arch>x86_64</arch>
</repository>
<repository name="CentOS_9_Stream">
<path project="CentOS:CentOS-9:Stream" repository="standard"/>
<path project="Fedora:EPEL:9" repository="stream"/>
<arch>x86_64</arch>
</repository>
</project>