README
1 To run scripts in this directory, first run:
2
3 export PYTHONPATH=$(readlink -f .):$PYTHONPATH
4
5 from this directory.
6
7 Then you can run any script.
8
9 To get help on any script, type in python <script> --help, or refer to the
10 header of the script for more information.
11
README.chromium
1 Name: toolchain-utils
2 Short Name: toolchain-utils
3 URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils
4 License: BSD
5 License File: LICENSE
6 Security Critical: no
7
8 Description:
9 This contains scripts used to help maintain the toolchain. These
10 include tools for downloading and building Chromium OS; building
11 custom versions of the toolchain inside Chromium OS; launching
12 performance tests, analyzing the results and generating reports;
13 running toolchain regression tests; and using binary search to isolate
14 toolchain issues.
15
16 NOTE: These tools are strictly for Chromium developers; none of them
17 ship on the final product (devices that run Chromium OS).
18