tree: f426315dac0459e408b3e752007397cf8c9bee02 [path history] [tgz]
  1. backend/
  2. common/
  3. config/
  4. frontend/
  5. models/
  6. utils/
  7. .gitignore
  8. dispatch.yaml
  9. Makefile
  10. README.md
  11. ROOT
go/src/infra/appengine/cr-rev/README.md

cr-rev

cr-rev is a service which provides short URLs that redirect to code reviews, individual commits and other useful items for the greater Chromium project.

Before running any targets, run the following command:

eval `../../../../env.py`

Running tests

Run:

make test

Development deployment

To deploy the app onto the development environment, run:

make dev

Deployment

cr-rev use LUCI CD for deployment. New commits will be automatically deployed to the dev instance. To promote dev version to prod, go to infradata/gae repo and follow the instruction there.