Searched refs:commit_file_path (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-3.7.0/scripts/ |
D | update_stm32_package.py | 173 commit_file_path = REPO_ROOT / "commit.msg" variable 174 with open(commit_file_path, "w") as commit: 180 ("git", "commit", "-as", "-F", commit_file_path), 190 Path(commit_file_path).unlink()
|
D | serie_update.py | 673 commit_file_path = self.zephyr_module_serie_path / "commit.msg" 674 with open(commit_file_path, "w") as commit: 692 ("git", "commit", "-as", "-F", commit_file_path), 699 Path(commit_file_path).unlink()
|