]> SALOME platform Git repositories - tools/sat.git/blob - src/internal_config/distrib.pyconf
Salome HOME
replace CO6.x by CO6
[tools/sat.git] / src / internal_config / distrib.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 # distribution codes
5 # Code to use to replace the value returned by: lsb_release -si
6 # If no code is found an error will be raised.
7 DISTRIBUTIONS :
8 {
9     "bullxServer": "BS"
10     "CentOS": "CO"
11     "Debian": "DB"
12     "Fedora": "FD"
13     "LinuxMint": "MN"
14     "Mageia": "MG"
15     "MandrivaLinux": "MD"
16     "RedHatEnterpriseServer": "CO"
17     "RedHatEnterpriseWorkstation" : "CO"
18     "Ubuntu": "UB"
19     "openSUSE project":"OS"
20 }
21
22 # versions substitution
23 # Code to use for release, to the replace value returned by: lsb_release -sr
24 # If no code is found the value is used.
25 VERSIONS :
26 {
27     "DB":
28     {
29         "unstable": "sid"
30         "5.0": "05"
31         "4.0": "04"
32             "6.0.7" : "06"
33             "6.0.10": "06"
34             "7.1" : "07"
35             "7.5" : "07"
36     }
37     "MD":
38     {
39         "2008.0": "08"
40         "2010.0": "10"
41         "2010.1": "10"
42         "2010.2": "10"
43         "2007.1": "07"
44         "2006.0": "06"
45         "4" : "06"
46     }
47     "MG":
48     {
49         "3": "03"
50         "4": "04"
51         "5": "05"
52         "6": "06"
53     }
54     "CO":
55     {
56         "7.1.1503": "7.1"
57         "7.2.1511": "7"
58         "7.3.1611": "7"
59         "6.1" : "6"
60         "6.2" : "6"
61         "6.3" : "6"
62         "6.4" : "6"
63         "6.5" : "6"
64         "6.6" : "6"
65         "6.7" : "6"
66     }
67 }