commit | 7febf5f0fb53cc5b64b672c5c273eda821d4d0ab | [log] [tgz] |
---|---|---|
author | denik <denik@chromium.org> | Fri Jan 27 13:58:28 2023 -0800 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 19:33:51 2023 +0000 |
tree | 83102020c8d0b165436a6a6bd60d31b5ef592ae1 | |
parent | 677eb0d0ad8e9e1944904e57d0968d524cc6e6f6 [diff] |
update_kernel_afdo: Add auto-upload with reviewers Add --nointeractive mode to run the script by automation. Add reviewers, cc and replace `git push` with `repo upload`. BUG=b:266976673 TEST=tested on chrotomation. Change-Id: I034d38a51b62ba0a37588aff82da82a872662143 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4201148 Tested-by: Denis Nikitin <denik@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Denis Nikitin <denik@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.