Salome HOME
Print the path to the xml log file if verbose level = 5.
authorSRE <serge.rehbinder@cea.fr>
Wed, 10 May 2017 08:38:52 +0000 (10:38 +0200)
committerSRE <serge.rehbinder@cea.fr>
Wed, 10 May 2017 08:38:52 +0000 (10:38 +0200)
Update distributions.

salomeTools.py
src/internal_config/distrib.pyconf

index dd6a88376e677b8e00de8dc940feebbeac4a7424..a06d052088c04b67a803f24bcdfbc4da5b82363a 100755 (executable)
@@ -324,6 +324,15 @@ class Sat(object):
                     
                     if res != 0:
                         res = 1
+                        
+                    # print the log file path if 
+                    # the maximum verbose mode is invoked
+                    if not micro_command:
+                        logger_command.write("\nPath to the xml log file :\n",
+                                             5)
+                        logger_command.write("%s\n" % src.printcolors.printcInfo(
+                                                logger_command.logFilePath), 5)
+
                     # If the logs_paths_in_file was called, write the result
                     # and log files in the given file path
                     if self.options.logs_paths_in_file and not micro_command:
index d6a193b6df1e12b95d89895253f3a2174cf76558..77cefc2dff344de9b5b55e7ccd40e061a02f206a 100644 (file)
@@ -24,6 +24,10 @@ DISTRIBUTIONS :
 # If no code is found the value is used.
 VERSIONS :
 {
+
+# Do not do anything for the ubuntu machines (CEA dicision). 
+#
+
     "DB":
     {
         "unstable": "sid"
@@ -32,6 +36,9 @@ VERSIONS :
            "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"
@@ -72,3 +79,4 @@ VERSIONS :
         "6.7" : "6"
     }
 }
+