Salome HOME
fix bug in pip major version comparison
[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   "rocky": "CO"
11   "debian": "DB"
12   "fedora": "FD"
13   "linuxmint": "MN"
14   "mageia": "MG"
15   "mandriva": "MD"
16   "redhat": "CO"
17   "red hat": "CO"
18   "ubuntu": "UB"
19   "opensuse":"OS"
20   "Windows" : "W"
21 }