Meta Configuration of home:jg:devel
x
1
<project name="home:jg:devel">
2
<title></title>
3
<description></description>
4
<person userid="jg" role="bugowner"/>
5
<person userid="jg" role="maintainer"/>
6
<build>
7
<enable arch="x86_64" repository="CentOS_5"/>
8
<enable arch="i586" repository="CentOS_5"/>
9
<enable arch="i586" repository="RHEL_5"/>
10
<enable arch="x86_64" repository="RHEL_5"/>
11
</build>
12
<publish>
13
<enable arch="i586" repository="CentOS_5"/>
14
<enable arch="x86_64" repository="CentOS_5"/>
15
<enable arch="i586" repository="RHEL_5"/>
16
<enable arch="x86_64" repository="RHEL_5"/>
17
</publish>
18
<repository name="SLE_11">
19
<path project="SLE_11" repository="oss"/>
20
<path project="home:jg:devel" repository="SLE_11"/>
21
<arch>x86_64</arch>
22
<arch>i586</arch>
23
</repository>
24
<repository name="SLE_10">
25
<path project="SLE_10" repository="oss"/>
26
<path project="home:jg:devel" repository="SLE_10"/>
27
<arch>i586</arch>
28
<arch>x86_64</arch>
29
</repository>
30
<repository name="RHEL_5">
31
<path project="home:jg:devel" repository="RHEL_5"/>
32
<path project="RHEL:5.5" repository="oss"/>
33
<arch>i586</arch>
34
<arch>x86_64</arch>
35
</repository>
36
<repository name="CentOS_5">
37
<path project="home:jg:devel" repository="CentOS_5"/>
38
<path project="CentOS_5.5" repository="oss"/>
39
<arch>i586</arch>
40
<arch>x86_64</arch>
41
</repository>
42
</project>
43