X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Finternal_config%2Fdistrib.pyconf;h=ba9ae2d6af348c474401c4c74f6a76b2241ad0b5;hb=9c91b1da5870a9a1f68a605fdad72cc7f727c88a;hp=a68a1e077757b2e959cf48ab6f06781ac0908eba;hpb=29243bda804f615fcccf2ba61589ff8f4d05f712;p=tools%2Fsat.git diff --git a/src/internal_config/distrib.pyconf b/src/internal_config/distrib.pyconf index a68a1e0..ba9ae2d 100644 --- a/src/internal_config/distrib.pyconf +++ b/src/internal_config/distrib.pyconf @@ -6,62 +6,15 @@ # If no code is found an error will be raised. DISTRIBUTIONS : { - "bullxServer": "BS" - "CentOS": "CO" - "Debian": "DB" - "Fedora": "FD" - "LinuxMint": "MN" - "Mageia": "MG" - "MandrivaLinux": "MD" - "RedHatEnterpriseServer": "CO" - "RedHatEnterpriseWorkstation" : "CO" - "Ubuntu": "UB" - "openSUSE project":"OS" -} - -# versions substitution -# Code to use for release, to the replace value returned by: lsb_release -sr -# If no code is found the value is used. -VERSIONS : -{ - "DB": - { - "unstable": "sid" - "5.0": "05" - "4.0": "04" - "6.0.7" : "06" - "6.0.10": "06" - "7.1" : "07" - "7.5" : "07" - } - "MD": - { - "2008.0": "08" - "2010.0": "10" - "2010.1": "10" - "2010.2": "10" - "2007.1": "07" - "2006.0": "06" - "4" : "06" - } - "MG": - { - "3": "03" - "4": "04" - "5": "05" - "6": "06" - } - "CO": - { - "7.1.1503": "7.1" - "7.2.1511": "7" - "7.3.1611": "7" - "6.1" : "6" - "6.2" : "6" - "6.3" : "6" - "6.4" : "6" - "6.5" : "6" - "6.6" : "6" - "6.7" : "6" - } + "centos": "CO" + "debian": "DB" + "fedora": "FD" + "linuxmint": "MN" + "mageia": "MG" + "mandriva": "MD" + "redhat": "CO" + "red hat": "CO" + "ubuntu": "UB" + "opensuse":"OS" + "Windows" : "W" }