Salome HOME
scs #13189 : quelques ajustements pour MSBuild
[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   "centos": "CO"
10   "debian": "DB"
11   "fedora": "FD"
12   "linuxmint": "MN"
13   "mageia": "MG"
14   "mandriva": "MD"
15   "redhat": "CO"
16   "ubuntu": "UB"
17   "opensuse":"OS"
18   "Windows" : "W"
19 }