| commit | 08e12c9a651d5df0dd074d15b916856b966a413d | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Tue May 21 11:12:14 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 21 21:04:27 2024 +0000 |
| tree | 6215963f16a394358173c668454fb51af1084605 | |
| parent | c1cd8f89497785f37335bc989ff67368ec8b37ba [diff] |
rust_tools: skip 9999 ebuild versions in version collection These aren't supported by `parse_ebuild_version`, and no users of `collect_ebuilds_by_version` wants 9999 ebuilds. BUG=b:341937844 TEST=Ran the script Change-Id: I20f5ad6e384d7fd3b681e7b39b2b9d1380720f5d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5553041 Reviewed-by: Bob Haarman <inglorion@chromium.org> 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.