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

add cmd to logfile name

parent 2397eb93
No related branches found
No related tags found
No related merge requests found
Pipeline #369792 failed
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
...@@ -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