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

add more output so the user knows what is going on.

parent 78f4ef88
No related branches found
No related tags found
1 merge request!35refactor create-directory-structure, and create 'clone_repo' function
......@@ -651,6 +651,10 @@ def prepare_environment(mpsd_release: str, root_dir: Path) -> List[str]:
logging.info(f"cloning repository {repo_path} from {repo_url}")
clone_repo(repo_path, repo_url, branch=mpsd_release)
logging.getLogger("print").info(
f"Release {mpsd_release} is prepared in {release_base_dir}"
)
spe_branch, spe_commit_hash, available_toolchains = get_release_info(
mpsd_release, root_dir
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment