lfs: add exemption for sys-block/thin-provisioning-tools Rust packages are currently ignored due to b/258669199. `thin-provisioning-tools` uses crate getrandom which still uses open in use_file.rs (https://github.com/rust-random/getrandom/blob/master/src/use_file.rs) version getrandom-0.2.15. BUG=b:258669199,b:367791768 TEST=emerge-arm-generic sys-block/thin-provisioning-tools Change-Id: I399736c53c15b73f6e390e6dc28ad36b6762fa62 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/5878899 Reviewed-by: Jack Rosenthal <[email protected]> Reviewed-by: Lee Presland <[email protected]> Commit-Queue: Gwendal Grignou <[email protected]> Tested-by: Gwendal Grignou <[email protected]>
src/scripts directoryThis 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.