Meta Configuration of stresslinux
1
<project name="stresslinux">
2
<title>stresslinux distribution & tools</title>
3
<description>stresslinux is a minimal linux distribution running from a bootable cdrom or via PXE.
4
5
stresslinux makes use of some utitlities available on the net like: stress, cpuburn, hddtemp, lm_sensors ...
6
7
stresslinux is dedicated to users who want to test their system(s) entirely on high load and monitoring the health. </description>
8
<person userid="hostmaster" role="maintainer"/>
9
<person userid="netmax" role="maintainer"/>
10
<build>
11
<disable repository="images"/>
12
<disable repository="openSUSE_Tumbleweed"/>
13
<disable repository="openSUSE_Factory"/>
14
</build>
15
<repository name="standard">
16
<path project="openSUSE_11.1:Updates" repository="oss"/>
17
<path project="openSUSE_11.1" repository="oss"/>
18
<arch>x86_64</arch>
19
<arch>i586</arch>
20
</repository>
21
<repository name="openSUSE_Tumbleweed">
22
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
23
<arch>i586</arch>
24
<arch>x86_64</arch>
25
</repository>
26
<repository name="openSUSE_Leap42.3">
27
<path project="openSUSE.org:openSUSE:Leap:42.3" repository="standard"/>
28
<arch>i586</arch>
29
<arch>x86_64</arch>
30
</repository>
31
<repository name="openSUSE_Leap42.2">
32
<path project="openSUSE.org:openSUSE:Leap:42.2" repository="standard"/>
33
<arch>i586</arch>
34
<arch>x86_64</arch>
35
</repository>
36
<repository name="openSUSE_Leap42.1">
37
<path project="openSUSE.org:openSUSE:Leap:42.1" repository="standard"/>
38
<arch>i586</arch>
39
<arch>x86_64</arch>
40
</repository>
41
<repository name="openSUSE_Leap15.1">
42
<path project="openSUSE.org:openSUSE:Leap:15.1" repository="standard"/>
43
<arch>i586</arch>
44
<arch>x86_64</arch>
45
</repository>
46
<repository name="openSUSE_Leap15.0">
47
<path project="openSUSE.org:openSUSE:Leap:15.0" repository="standard"/>
48
<arch>i586</arch>
49
<arch>x86_64</arch>
50
</repository>
51
<repository name="openSUSE_Factory">
52
<path project="openSUSE.org:openSUSE:Factory" repository="standard"/>
53
<arch>i586</arch>
54
<arch>x86_64</arch>
55
</repository>
56
<repository name="openSUSE_13.2">
57
<path project="openSUSE_13.2:Updates" repository="oss"/>
58
<path project="openSUSE_13.2" repository="oss"/>
59
<arch>i586</arch>
60
<arch>x86_64</arch>
61
</repository>
62
<repository name="openSUSE_13.1">
63
<path project="openSUSE_13.1:Updates" repository="oss"/>
64
<path project="openSUSE_13.1" repository="oss"/>
65
<arch>i586</arch>
66
<arch>x86_64</arch>
67
</repository>
68
<repository name="openSUSE_12.3">
69
<path project="openSUSE_12.3:Updates" repository="oss"/>
70
<path project="openSUSE_12.3" repository="oss"/>
71
<arch>i586</arch>
72
<arch>x86_64</arch>
73
</repository>
74
<repository name="openSUSE_12.2">
75
<path project="openSUSE_12.2:Updates" repository="oss"/>
76
<path project="openSUSE_12.2" repository="oss"/>
77
<arch>i586</arch>
78
<arch>x86_64</arch>
79
</repository>
80
<repository name="openSUSE_12.1">
81
<path project="openSUSE_12.1:Updates" repository="oss"/>
82
<path project="openSUSE_12.1" repository="oss"/>
83
<arch>i586</arch>
84
<arch>x86_64</arch>
85
</repository>
86
<repository name="openSUSE_11.4">
87
<path project="openSUSE_11.4:Updates" repository="oss"/>
88
<path project="openSUSE_11.4" repository="oss"/>
89
<arch>i586</arch>
90
<arch>x86_64</arch>
91
</repository>
92
<repository name="openSUSE_11.3">
93
<path project="openSUSE_11.3:Updates" repository="oss"/>
94
<path project="openSUSE_11.3" repository="oss"/>
95
<arch>i586</arch>
96
<arch>x86_64</arch>
97
</repository>
98
<repository name="openSUSE_11.2">
99
<path project="openSUSE_11.2:Updates" repository="oss"/>
100
<path project="openSUSE_11.2" repository="oss"/>
101
<arch>x86_64</arch>
102
<arch>i586</arch>
103
</repository>
104
<repository name="images">
105
<arch>x86_64</arch>
106
<arch>i586</arch>
107
</repository>
108
<repository name="SLE_11">
109
<path project="SLE_11_SP1" repository="oss"/>
110
<arch>x86_64</arch>
111
<arch>i586</arch>
112
</repository>
113
<repository name="SLE_10">
114
<path project="SLE_10:Updates" repository="oss"/>
115
<path project="SLE_10" repository="oss"/>
116
<arch>x86_64</arch>
117
<arch>i586</arch>
118
</repository>
119
<repository name="CentOS_6">
120
<path project="CentOS_6.2" repository="oss"/>
121
<arch>i586</arch>
122
<arch>x86_64</arch>
123
</repository>
124
<repository name="CentOS_5">
125
<path project="CentOS_5.2" repository="oss"/>
126
<arch>i586</arch>
127
<arch>x86_64</arch>
128
</repository>
129
</project>
130