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
!17
split one test into three
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
split one test into three
split-installation-tests
into
force-checking-of-error-code
Overview
3
Commits
24
Pipelines
10
Changes
2
Merged
Hans Fangohr
requested to merge
split-installation-tests
into
force-checking-of-error-code
1 year ago
Overview
3
Commits
24
Pipelines
10
Changes
1
Expand
(I am trying to debug the third one on the Mac, and this makes it easier.)
0
0
Merge request reports
Compare
version 5
version 10
4aef16e1
1 year ago
version 9
29d49692
1 year ago
version 8
721c546e
1 year ago
version 7
36a78cc3
1 year ago
version 6
3ee1179a
1 year ago
version 5
5b899462
1 year ago
version 4
9fff963f
1 year ago
version 3
2d4db7a6
1 year ago
version 2
2d4db7a6
1 year ago
version 1
e44773a4
1 year ago
force-checking-of-error-code (base)
and
version 6
latest version
e6514ae5
24 commits,
1 year ago
version 10
4aef16e1
21 commits,
1 year ago
version 9
29d49692
19 commits,
1 year ago
version 8
721c546e
18 commits,
1 year ago
version 7
36a78cc3
16 commits,
1 year ago
version 6
3ee1179a
15 commits,
1 year ago
version 5
5b899462
14 commits,
1 year ago
version 4
9fff963f
3 commits,
1 year ago
version 3
2d4db7a6
2 commits,
1 year ago
version 2
2d4db7a6
2 commits,
1 year ago
version 1
e44773a4
1 commit,
1 year ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mpsd-software-environment.py
+
1
−
0
Options
@@ -267,6 +267,7 @@ def create_dir_structure(mpsd_release: str, script_dir: Path) -> None:
)
run
([
"
git
"
,
"
pull
"
])
def
get_release_info
(
mpsd_release
:
str
,
script_dir
:
Path
)
->
Tuple
[
str
,
str
,
List
[
str
]]:
"""
Get information about the specified release.
Loading