| commit | d7878d7c347259ee15c3238af763dc7c0330ce78 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Fri May 23 08:19:23 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 08:02:25 2025 -0700 |
| tree | 3c87c838334f1ced98cf71a03f7a0abd62bf0aa4 | |
| parent | 397fb2301b9e02391ea2f392ea690f115a4e8fd8 [diff] |
patch_sync: factor commit/upload opts into a struct/param There's one instance where these were set but intentionally not used. It's probably better to make the values statically unavailable, which is simple to do here. BUG=None TEST=cargo test Change-Id: I855b2861641dd71e55714bb002a4d1ce3f4b5372 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6581872 Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious 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.