Meta Configuration of Apache:Modules
1
<project name="Apache:Modules">
2
<title>This project contains third-party modules for the Apache HTTP server.</title>
3
<description>Please note that modules may be built for two targets: for the distro Apache,
4
and for the (possibly newer) one which is in the 'Apache' buildservice project.
5
6
Please note that PHP and Subversion are located in a project of their own.</description>
7
<person userid="hostmaster" role="bugowner"/>
8
<person userid="hostmaster" role="maintainer"/>
9
<build>
10
<disable repository="CentOS_5"/>
11
<disable repository="CentOS_6"/>
12
<disable repository="RHEL_5"/>
13
<disable repository="RHEL_6"/>
14
<disable repository="SL_6"/>
15
</build>
16
<repository name="openSUSE_11.0">
17
<path project="openSUSE_11.0" repository="oss"/>
18
<arch>i586</arch>
19
<arch>x86_64</arch>
20
</repository>
21
<repository name="openSUSE_10.3">
22
<path project="openSUSE_10.3" repository="oss"/>
23
<arch>i586</arch>
24
<arch>x86_64</arch>
25
</repository>
26
<repository name="openSUSE_10.2">
27
<path project="openSUSE_10.2" repository="oss"/>
28
<arch>i586</arch>
29
<arch>x86_64</arch>
30
</repository>
31
<repository name="SL_6">
32
<path project="Scientific:6.0" repository="oss"/>
33
<arch>x86_64</arch>
34
<arch>i586</arch>
35
</repository>
36
<repository name="SLE_11_SP4">
37
<path project="SLE_11_SP4" repository="oss"/>
38
<arch>x86_64</arch>
39
<arch>i586</arch>
40
</repository>
41
<repository name="SLE_11_SP3">
42
<path project="SLE_11_SP3" repository="oss"/>
43
<arch>x86_64</arch>
44
<arch>i586</arch>
45
</repository>
46
<repository name="SLE_11_SP2">
47
<path project="SLE_11_SP2" repository="oss"/>
48
<arch>x86_64</arch>
49
<arch>i586</arch>
50
</repository>
51
<repository name="SLE_11_SP1">
52
<path project="SLE_11_SP1" repository="oss"/>
53
<arch>x86_64</arch>
54
<arch>i586</arch>
55
</repository>
56
<repository name="SLE_11">
57
<path project="SLE_11" repository="oss"/>
58
<arch>x86_64</arch>
59
<arch>i586</arch>
60
</repository>
61
<repository name="SLE_10">
62
<path project="SLE_10" repository="oss"/>
63
<arch>i586</arch>
64
<arch>x86_64</arch>
65
</repository>
66
<repository name="RHEL_6">
67
<path project="RHEL:6.0" repository="oss"/>
68
<path project="RHEL:6.0:Optional" repository="oss"/>
69
<arch>x86_64</arch>
70
<arch>i586</arch>
71
</repository>
72
<repository name="RHEL_5">
73
<path project="RHEL:5.5" repository="oss"/>
74
<arch>x86_64</arch>
75
<arch>i586</arch>
76
</repository>
77
<repository name="CentOS_6">
78
<path project="CentOS_6.0" repository="oss"/>
79
<arch>x86_64</arch>
80
<arch>i586</arch>
81
</repository>
82
<repository name="CentOS_5">
83
<path project="CentOS_5.5" repository="oss"/>
84
<arch>x86_64</arch>
85
<arch>i586</arch>
86
</repository>
87
<repository name="Apache_SLE_11_SP4">
88
<path project="Apache" repository="SLE_11_SP4"/>
89
<arch>x86_64</arch>
90
<arch>i586</arch>
91
</repository>
92
<repository name="Apache_SLE_11_SP3">
93
<path project="Apache" repository="SLE_11_SP3"/>
94
<arch>x86_64</arch>
95
<arch>i586</arch>
96
</repository>
97
<repository name="Apache_SLE_11_SP2">
98
<path project="Apache" repository="SLE_11_SP2"/>
99
<arch>x86_64</arch>
100
<arch>i586</arch>
101
</repository>
102
<repository name="Apache_SLE_11_SP1">
103
<path project="Apache" repository="SLE_11_SP1"/>
104
<arch>x86_64</arch>
105
<arch>i586</arch>
106
</repository>
107
<repository name="Apache_SLE_10">
108
<path project="Apache" repository="SLE_10"/>
109
<arch>x86_64</arch>
110
<arch>i586</arch>
111
</repository>
112
</project>
113