Salome HOME
sat #20490 : bug faux positif de sat prepare si le tag n'existe pas, ajout d'infos...
[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   "red hat": "CO"
17   "ubuntu": "UB"
18   "opensuse":"OS"
19   "Windows" : "W"
20 }