tree: eeca3676d0fcae99afd8a6a5a85bb63dd6c98fc6 [path history] [tgz]
  1. backend/
  2. frontend/
  3. impl/
  4. ui/
  5. dispatch.yaml
  6. push_bq_schema.sh
  7. README.md
cipd/appengine/README.md

CIPD backend

Code layout:

  • frontend, backend - entry points for GAE modules.
  • impl - the root package with implementation guts of all APIs.
  • ui - web UI implementation.

Deployment:

gae.py upload -A chrome-infra-packages-dev
gae.py switch -A chrome-infra-packages-dev

This implementation replaced Python one, that used to live in infra.git repository. It has been removed in this commit.