Skip to content
Snippets Groups Projects
Commit 4de5d82c authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

add cmd to logfile name

parent 0b53b0ec
Branches
No related tags found
No related merge requests found
...@@ -36,9 +36,9 @@ config_vars = { ...@@ -36,9 +36,9 @@ config_vars = {
# kept inside the mpsd_release folder # kept inside the mpsd_release folder
"cmd_log_file": "install.log", "cmd_log_file": "install.log",
# Placeholder installer log file name, placed at mpsd_microarch/logs # Placeholder installer log file name, placed at mpsd_microarch/logs
"installer_log_file": f"mpsdrelease_microarch_{call_date_iso}.log", "installer_log_file": f"mpsdrelease_microarch_{call_date_iso}_cmd.log",
# Placeholder build log file name, placed at mpsd_microarch/logs # Placeholder build log file name, placed at mpsd_microarch/logs
"build_log_file": f"mpsdrelease_microarch_{call_date_iso}_specifictoolchain.log", "build_log_file": f"mpsdrelease_microarch_{call_date_iso}_specifictoolchain_install.log",
"metadata_tag_open": "!<meta>", "metadata_tag_open": "!<meta>",
"metadata_tag_close": "</meta>!", "metadata_tag_close": "</meta>!",
"spack_environments_repo": "https://gitlab.gwdg.de/mpsd-cs/spack-environments.git", "spack_environments_repo": "https://gitlab.gwdg.de/mpsd-cs/spack-environments.git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment