Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Merge requests
!29
Restructure log location
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Restructure log location
restructure-log-location
into
main
Overview
2
Commits
48
Pipelines
20
Changes
1
Merged
Ashwin Kumar Karnad
requested to merge
restructure-log-location
into
main
1 year ago
Overview
2
Commits
48
Pipelines
20
Changes
1
Expand
Resolves
#7 (closed)
0
0
Merge request reports
Viewing commit
ffca8eb2
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ffca8eb2
add cmd to logfile name
· ffca8eb2
Ashwin Kumar Karnad
authored
1 year ago
mpsd-software-environment.py
+
2
−
2
Options
@@ -36,9 +36,9 @@ config_vars = {
# kept inside the mpsd_release folder
"
cmd_log_file
"
:
"
install.log
"
,
# 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
"
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_close
"
:
"
</meta>!
"
,
"
spack_environments_repo
"
:
"
https://gitlab.gwdg.de/mpsd-cs/spack-environments.git
"
,
Loading