[update-bazel-cipd] A tool to generate CIPD configs for bazel releases

Downloads the latest bazel release from Github, and assembles cipd.yaml
files to describe the binaries and associated files.

Doesn't talk to CIPD, but prints the commands to push the configs.

Bug: INTK-446, IN-651
Change-Id: I91d0323a3723058393f3e1120995c1141ba1765e
1 file changed
tree: bbccd42425a885780dc1f34cedf5927c4b6cc3f8
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. tools/
  15. .gitignore
  16. AUTHORS
  17. Gopkg.lock
  18. Gopkg.toml
  19. LICENSE
  20. MAINTAINERS
  21. manifest
  22. PATENTS
  23. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}