From a32aeb492c3750ecedfd97b5a508eabf480b205c Mon Sep 17 00:00:00 2001 From: SRE Date: Wed, 10 May 2017 10:38:52 +0200 Subject: [PATCH] Print the path to the xml log file if verbose level = 5. Update distributions. --- salomeTools.py | 9 +++++++++ src/internal_config/distrib.pyconf | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/salomeTools.py b/salomeTools.py index dd6a883..a06d052 100755 --- a/salomeTools.py +++ b/salomeTools.py @@ -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: diff --git a/src/internal_config/distrib.pyconf b/src/internal_config/distrib.pyconf index d6a193b..77cefc2 100644 --- a/src/internal_config/distrib.pyconf +++ b/src/internal_config/distrib.pyconf @@ -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" } } + -- 2.39.2