Home
last modified time | relevance | path

Searched refs:temp_source_path (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-3.4.0/scripts/
Dble_library.py133 src_repo_path, temp_source_path, zephyr_lib_path, version argument
137 temp_source_lib_path = Path(temp_source_path / "lib")
146 shutil.rmtree(temp_source_path, onerror=common_utils.remove_readonly)
153 os_cmd(("git", "init"), cwd=temp_source_path)
156 cwd=temp_source_path,
160 cwd=temp_source_path,
164 cwd=temp_source_path,
170 cwd=temp_source_path,
185 os_cmd(("git", "add", "*"), cwd=temp_source_path)
186 os_cmd(("git", "commit", "-am", '"module"'), cwd=temp_source_path)
[all …]