Clone this repo:
  1. 5e8c334 remote_access.sh: Increase connection timeout in _check_if_rebooted by Yu-Che Cheng · 4 weeks ago firmware-ec-R137-16267.2.B main release-R137-16267.B stabilize-starline-16261.2.B stabilize-starline-16261.B
  2. 67faa02 common.sh: drop unused load_environment_whitelist by Mike Frysinger · 7 weeks ago firmware-ec-R136-16238.2.B release-R136-16238.B stabilize-starline-16232.2.B stabilize-starline-16232.5.B stabilize-starline-16232.B stabilize-starline-16234.2.B stabilize-starline-16234.B stabilize-starline-16245.B stabilize-starline-16246.B
  3. 4772b1e create_legacy_bootloader_templates: Stop installing i386 UEFI grub by Nicholas Bishop · 7 weeks ago
  4. 92d46a4 scripts: Skip creating dev_image.block when building factory shim by Steve Su · 7 weeks ago
  5. 3587495 Revert "Add SBAT data to grub-mkimage" by Nicholas Bishop · 8 weeks ago

src/scripts directory

This repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.

In general, we're not currently accepting new scripts in this directory.

If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.