Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/scripts/
Dupdate_stm32_package.py173 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()
Dserie_update.py673 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()