Make prebuilt more self-contained by having it fetch cipd itself.

This is almost entirely copied from //buildtools/.

The main difference is I have the cipd bootstrap script copy the cipd
client binary into the tools subdirectory, which I think is useful since
most users of this repo will add that subdirectory to their PATH and
it's useful to have the cipd tool in the PATH, too.

Change-Id: I3fba8e42ea08fc19d54985157fded3085cd6ab6e
4 files changed
tree: af4c77e74ee3d02be2c29a3c1d875a1637a9ac25
  1. .cipd_version
  2. .cipd_version.digests
  3. .gitignore
  4. AUTHORS
  5. cipd.ensure
  6. cipd.sh
  7. CONTRIBUTING.md
  8. LICENSE
  9. PATENTS
  10. README.md
  11. update.sh
README.md

Infra Prebuilt

This repository contains the labels of a number of prebuilt tools that are used to build work with the Fuchsia infrastructure. The actual tools themselves are located in the Chrome Infra Package Deployer (CIPD).

In most cases, the jiri tool will download the build tools automatically during its update step. To download the tools manually, run update.sh.