Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | H A D | 25-Apr-2025 | 12.3 KiB | 405 | 350 | |
DIR_METADATA | H A D | 25-Apr-2025 | 42 | 2 | 1 | |
README.md | H A D | 25-Apr-2025 | 421 | 12 | 7 | |
version.template | H A D | 25-Apr-2025 | 31 | 1 | 1 |
README.md
1# CIPD recipes 2 3The `//build/fuchsia/cipd` target generates a number of YAML files that are used to 4produce archives that are uploaded to CIPD. The generated YAML files are stored 5in the output directory under the path `gen/build/fuchsia/cipd/`. 6 7## Example usage 8 9The most recent package can be discovered by searching for the "canary" ref: 10 11`$ cipd describe chromium/fuchsia/$PACKAGE_NAME-$TARGET_ARCH -version canary` 12