mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-29 19:37:48 +00:00
gh-8932: Add more PGO instrumentation (gh-13158)
This commit is contained in:
@@ -55,7 +55,7 @@ def main():
|
||||
name = patch.get("name")
|
||||
if not phab_id or not name:
|
||||
die(f"Patch entry missing 'id' or 'name': {patch}")
|
||||
name = name.replace(" ", "_").lower()
|
||||
name = name.replace(" ", "_").replace(".", "_").lower()
|
||||
output_file = os.path.join(OUTPUT_DIR, "firefox", f"{name}.patch")
|
||||
print(f"Processing Phabricator patch: {phab_id} -> {output_file}")
|
||||
download_phab_patch(phab_id, output_file)
|
||||
|
||||
Reference in New Issue
Block a user