commit | 389fa0b2acadd75968e48af57110867b5dac84fc | [log] [tgz] |
---|---|---|
author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Fri Jan 05 00:08:10 2024 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 20:10:57 2024 +0000 |
tree | a387c82250f59afcaa95f8eea6c4ccefbf9665be | |
parent | f94c1fdfe632c00d502e9a9598bd56080e187685 [diff] |
llvm_tools: Add GitHub API usage to get_patch.py This commit allows get_patch.py to pull down PRs from GitHub, and convert them to patches inside PATCHES.json. BUG=b:318755454 TEST=run_tests_for.py llvm_tools/get_patch.py Change-Id: Iebbe2671f0917f808e0012393498d09910809831 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5171748 Tested-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
toolchain-utils
Various utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.