Searched refs:commit_file_path (Results 1 – 2 of 2) sorted by relevance
| /hal_stm32-latest/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 | 662 commit_file_path = self.zephyr_module_serie_path / "commit.msg" 663 with open(commit_file_path, "w") as commit: 681 ("git", "commit", "-as", "-F", commit_file_path), 688 Path(commit_file_path).unlink()
|