Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # `infra/cipd` | |
| 2 | |
| 3 The contents of this directory, including this file, are automatically managed | |
|
Vadim Sh.
2015/09/25 23:46:33
you can put it in cipd/README.md directly. cipd cl
dnj (Google)
2015/09/26 01:10:45
Hmm, I suppose I can.
| |
| 4 by the `infra/bootstrap/install_cipd_packages.py` `DEPS` hook script. | |
| 5 | |
| 6 This directory hosts CIPD-installed packages defined in the bootstrap | |
| 7 configuration. It is effectively an auxiliary `depot_tools` executable space. | |
| 8 | |
| 9 This directory should be added to your `$PATH` environment variable to enable | |
| 10 full `infra` repository functionality. | |
| OLD | NEW |