Skip to content
Snippets Groups Projects
Commit cd01c0e7 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

reinstallation functionality missing - let's hide it from the users

parent 7184fdb7
No related branches found
No related tags found
1 merge request!49reinstallation functionality missing - let's hide it from the users
Pipeline #370830 passed
...@@ -818,7 +818,7 @@ def install_environment( ...@@ -818,7 +818,7 @@ def install_environment(
mpsd_release: str, mpsd_release: str,
toolchains: List[str], toolchains: List[str],
root_dir: Path, root_dir: Path,
force_reinstall: bool = False, # force_reinstall: bool = False,
enable_build_cache: bool = False, enable_build_cache: bool = False,
) -> None: ) -> None:
""" """
...@@ -836,9 +836,6 @@ def install_environment( ...@@ -836,9 +836,6 @@ def install_environment(
root_dir : pathlib.Path root_dir : pathlib.Path
A Path object representing the path to the directory where A Path object representing the path to the directory where
the release and toolchains will be installed. the release and toolchains will be installed.
force_reinstall : bool, optional
A boolean indicating whether to force a reinstallation
even if the release and toolchains already exist. Defaults to False.
enable_build_cache : bool, optional enable_build_cache : bool, optional
A boolean indicating whether to build the build cache A boolean indicating whether to build the build cache
when installing toolchains. Defaults to False. when installing toolchains. Defaults to False.
...@@ -1048,7 +1045,7 @@ def main(): ...@@ -1048,7 +1045,7 @@ def main():
("available", "Show toolchains available"), ("available", "Show toolchains available"),
("prepare", "Prepare the environment for installation on the disk"), ("prepare", "Prepare the environment for installation on the disk"),
("install", "Install a software environment"), ("install", "Install a software environment"),
("reinstall", "Reinstall a software environment"), # ("reinstall", "Reinstall a software environment"),
("remove", "Remove a software environment or toolchains from an environment"), ("remove", "Remove a software environment or toolchains from an environment"),
("start-new", "Start a new software environment version"), ("start-new", "Start a new software environment version"),
("status", "Show the status of the software environment"), ("status", "Show the status of the software environment"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment