commit | d0fe2198f2c4bb8aa769c26209d9423fb40b32ed | [log] [tgz] |
---|---|---|
author | Michael Benfield <mbenfield@google.com> | Wed Jun 22 00:04:11 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 24 23:49:30 2022 |
tree | 5b0ea64721845fdf2870c2e6dab9e3399ec3ba2b | |
parent | 6a0ae540fb1feb543c61389dfe33f982501b4e32 [diff] |
crate_ebuild_help.py: add BUG=None TEST=manually running the script Change-Id: I53fa857210b5f13edb318aba407b945a5de98f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3715833 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Michael Benfield <mbenfield@google.com> Commit-Queue: Michael Benfield <mbenfield@google.com>
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.