Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
fix: use 'awatcher' as the opposite of the 'pname' variable for the repository name
Co-authored-by: Robert Schütz <github@dotlambda.de>
style: fix indentation
Co-authored-by: Robert Schütz <github@dotlambda.de>
feat: add "awatcher" in "meta.mainProgram"
fix: add linux as the unique plataform supported
Co-authored-by: Robert Schütz <github@dotlambda.de>
fix: always build package since it has no extra dependencies
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
chore: disable package tests as no tests exist
Closes#272544.
The test verifies that the command fails for the *right* reason, rather
than the original issue:
> Error: Could not find expected browser (chrome) locally. Run `npm
> install` to download the correct Chromium revision (982053).