[misc] Delete packages_to_publish.json

We no longer use this; the tools recipe looks at packages in the cmd/
directory to determine what packages it is to upload.

Change-Id: I4593095726af8488f9e0c9dea8281653ea842b1a
1 file changed
tree: 76a7878c438afbb6a008644e7ad20a53404d97f4
  1. cmd/
  2. gotidy/
  3. tools/
  4. .gitignore
  5. AUTHORS
  6. go.mod
  7. go.sum
  8. LICENSE
  9. MAINTAINERS
  10. manifest
  11. PATENTS
  12. 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}