tree: 5625d685359e025d0d2a212871ef8d377e2054f9 [path history] [tgz]
  1. backend/
  2. frontend/
  3. impl/
  4. ui/
  5. verification/
  6. dispatch.yaml
  7. push_bq_schema.sh
  8. 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.