[testsharder] Generalize the package manifest

packages.json is a manifest of packages produced by the build. The part
of it that is used by the testsharder is a list of descriptors of GN
targets (of packages). Generalize this descriptor, as it will be re-used
in loading test specs from a host test manifest in a later change.

Test: Ran locally.
Bug: IN-832

Change-Id: I00a01f1a37300fb4a59a37c9ddf2983191db5a9e
7 files changed
tree: 733fa0b49b548481c46287d3d3b40b9d8436379e
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. qemu/
  8. retry/
  9. tilo/
  10. tools/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  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}