Clone this repo:
  1. d865a56 Merging 68 commit(s) from Chromium's toolchain-utils by Zijun · 10 days ago main master
  2. a37c013 llvm_tools: move FindChromeOSRootAbove to chroot.py by George Burgess IV · 10 days ago
  3. c6733c0 auto_abandon_cls: include internal CLs by George Burgess IV · 10 days ago
  4. 8a26cd3 cros_utils: add support for parsing for internal CL uploads by George Burgess IV · 10 days ago
  5. 54e65f7 git: add helper to determine if something's a full SHA by George Burgess IV · 10 days ago

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

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.