- Jun 09, 2023
-
-
Hans Fangohr authored
Good when interacting with users.
-
Hans Fangohr authored
Available command See merge request mpsd-cs/mpsd-software-environments!36
-
Hans Fangohr authored
-
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Ashwin Kumar Karnad authored
Add new info message (and reduce verbosity of run command) See merge request mpsd-cs/mpsd-software-environments!34
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
# Conflicts: # mpsd-software-environment.py
-
Hans Fangohr authored
refactor create-directory-structure, and create 'clone_repo' function See merge request mpsd-cs/mpsd-software-environments!35
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
Rename a few variables and function names for clarity Closes #8 See merge request mpsd-cs/mpsd-software-environments!40
-
Ashwin Kumar Karnad authored
-
Ashwin Kumar Karnad authored
add CompletedProcess in logging of `run` See merge request mpsd-cs/mpsd-software-environments!42
-
Ashwin Kumar Karnad authored
-
Ashwin Kumar Karnad authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
- in case of upcoming failure, this provides a clue in which function the failure is to find.
-
Hans Fangohr authored
-
Hans Fangohr authored
- it is only called once - easier to have the code of the function in the place where it is called now
-
- Jun 08, 2023
-
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
-
Hans Fangohr authored
Motivation: - the actual command we run is pretty meaningless without context. - to provide the context, we would need to add additional 'logging.info' command BEFORE we call `run` - if we select loglevel `debug` we get to see the same output as before.
-
Hans Fangohr authored
-