root/trunk/repository/Metadata/bcfg2-os.xml

Revision 2723, 1.5 kB (checked in by lueningh, 2 years ago)

group 'rpm' should have toolset 'rh' (I think)

  • Property svn:keywords set to Id Revision
Line 
1 <Groups revision='$Revision$'
2         origin='https://svn.mcs.anl.gov/repos/bcfg/trunk/repository/Metadata/bcfg2-os.xml'>
3   <Group name='linux' category='os'/>
4   <Group name='solaris' category='os'/>
5   <Group name='rpm' category='linux-distro' toolset='rh'>
6     <Group name='linux'/>
7   </Group>
8   <Group name='deb' category='linux-distro'>
9     <Group name='linux'/>
10   </Group>
11   <Group name='gentoo' category='linux-distro'>
12     <Group name='linux'/>
13   </Group>
14   <Group name='fedora'>
15     <Group name='rpm'/>
16   </Group>
17   <Group name='suse'>
18     <Group name='rpm'/>
19   </Group>
20   <Group name='centos'>
21     <Group name='fedora'/>
22   </Group>
23   <Group name='rhel'>
24     <Group name='fedora'/>
25   </Group>
26   <Group name='sles'>
27     <Group name='suse'/>
28   </Group>
29   <Group name='debian'>
30     <Group name='deb'/>
31   </Group>
32   <Group name='ubuntu'>
33     <Group name='deb'/>
34   </Group>
35   <Group name='nexenta'>
36     <Group name='solaris'/>
37     <Group name='ubuntu'/>
38   </Group>
39   <Group name='sun-solaris'>
40     <Group name='solaris'/>
41   </Group>
42   <Group name='woody' category='debian-version'>
43     <Group name='debian'/>
44   </Group>
45   <Group name='sarge' category='debian-version'>
46     <Group name='debian'/>
47   </Group>
48   <Group name='etch' category='debian-version'>
49     <Group name='debian'/>
50   </Group>
51   <Group name='dapper' category='ubuntu-version'>
52     <Group name='ubuntu'/>
53   </Group>
54   <Group name='edgy' category='ubuntu-version'>
55     <Group name='ubuntu'/>
56   </Group>
57   <Group name='feisty' category='ubuntu-version'>
58     <Group name='ubuntu'/>
59   </Group>
60 </Groups>
61  
Note: See TracBrowser for help on using the browser.