| commit | 196659aa27040555e241ee2495888e3a11df8c2b | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Fri Jun 28 09:38:28 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 17:34:51 2024 +0000 |
| tree | 3f2c2d61f28e3a5312244155c4576232bc62f858 | |
| parent | bbb83d053d376b838418afebde6221cc6f8715c3 [diff] |
afdo_tools: automatically remove old afdo versions from JSON files Keeping these around adds misleading noise, and _might_ lead to pupr doing the wrong thing(tm)? Tidying up is trivial, so just do that. BUG=None TEST=Unittests; ran the script locally Change-Id: Id1ba180dfd6b0bbb1f5aee04207d52db84e51feb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5667392 Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Auto-Submit: George Burgess <gbiv@chromium.org> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com>
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.