go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/cipd/appengine/README.md (about)

     1  # CIPD backend
     2  
     3  Code layout:
     4    * `frontend`, `backend` - entry points for GAE modules.
     5    * `impl` - the root package with implementation guts of all APIs.
     6    * `ui` - web UI implementation.
     7  
     8  Deployment:
     9  
    10  ```shell
    11  gae.py upload -A chrome-infra-packages-dev
    12  gae.py switch -A chrome-infra-packages-dev
    13  ```
    14  
    15  This implementation replaced Python one, that used to live in infra.git
    16  repository. It has been removed in
    17  [this commit](https://chromium.googlesource.com/infra/infra/+/a7759c5f0).