[infra] Add packages_to_publish.json

packages_to_publish.json lists the packages to build and publish
to CIPD if all tests are passing.  The infra.py recipe will detect this
file in the root directory of the project.  This replaces the list of
packages specified in //infra/config as a recipe property.

Change-Id: I911dce17a12d49ad738916930cdff0575fb626f6
1 file changed
tree: 21d95eadc56e92a841a51e26df8c5df94e02469c
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. retry/
  8. tilo/
  9. tools/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. packages_to_publish.json
  18. PATENTS
  19. 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}