Lines Matching refs:f
38 with open(port_urls_path) as f:
39 urls = f.read()
60 print(LOG, f"attempting to update release branch {fmt_release(lvgl_branch)} ...")
72 f"origin/{fmt_release(lvgl_branch)}"))
90 print(LOG, f"... creating the new branch {fmt_release(lvgl_branch)} "
91 f"from {fmt_release(create_from)}")
100 … subprocess.check_call(("git", "-C", lvgl_path, "checkout", f"origin/{fmt_release(lvgl_branch)}"))
124 … "--verify", "--quiet", f"HEAD:{port_lvgl_submodule_path}"))
138 f"160000,{lvgl_sha},{port_lvgl_submodule_path}"))
177 print(LOG, f"commit message: '{commit_msg}'")
211 return f"release/v{release_tuple[0]}.{release_tuple[1]}"