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

CIPD backend

Code layout:

  • frontend, backend, static - 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.