| commit | a5cfa38846a8c90322467cebee61262a83394bf2 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Mon Apr 29 10:10:55 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 14:44:04 2024 +0000 |
| tree | 65274e68b6a3a7bfb0759cf151395542c2e623a9 | |
| parent | 68d49dfd01dda1dec2564c642b9fb68bb6c1a6d5 [diff] |
remove image_chromeos The only critical feature I see here that isn't covered by the standard `cros flash` command is related to machine locking, which is no longer something that we (the toolchain team) need to care about. If we want a script for this, it seems there's tons of room to simplify this script, at least. BUG=b:337837895 TEST=None Change-Id: I6b31e3adae089f011dfd03eefff3261dcc6b46d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5496645 Reviewed-by: Bob Haarman <inglorion@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: 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.