Salome HOME
remplacement des appels système à lsb_release par l'utilisation du module platform
[tools/sat.git] / src / internal_config / distrib.pyconf
index dde07850d477de22156c8c76e0e5b7b2acf2663d..43ce36b3ae70df4e07a5d4fbbe2c39d9024b4201 100644 (file)
@@ -6,85 +6,13 @@
 # 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"
+  "centos": "CO"
+  "debian": "DB"
+  "fedora": "FD"
+  "linuxmint": "MN"
+  "mageia": "MG"
+  "mandriva": "MD"
+  "redhat": "CO"
+  "ubuntu": "UB"
+  "opensuse":"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 :
-{
-
-  # Do not do anything for the ubuntu machines (CEA descision).
-
-  "DB":
-  {
-    "unstable": "sid"
-    "5.0": "05"
-    "4.0": "04"
-    "6.0.7" : "06"
-    "6.0.10": "06"
-    "7.1" : "07"
-    "7.11" : "07"
-    "7.2" : "07"
-    "7.3" : "07"
-    "7.5" : "07"
-    "8.1" : "08"
-    "8.2" : "08"
-    "8.3" : "08"
-    "8.4" : "08"
-    "8.5" : "08"
-    "8.6" : "08"
-    "8.7" : "08"
-    "8.8" : "08"
-    "9.1" : "09"
-    "9.2" : "09"
-    "9.3" : "09"
-    "9.4" : "09"
-    "9.5" : "09"
-    "9.6" : "09"
-    "9.7" : "09"
-    "9.8" : "09"
-  }
-  "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"
-    "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"
-  }
-}
-