tree: 2b09782c3384016e736027015ee2cce84a95dd93 [path history] [tgz]
  1. templates/
  2. tests/
  3. third_party/
  4. .coveragerc
  5. .expect_tests.cfg
  6. app.py
  7. app.yaml
  8. appengine_config.py
  9. base_page.py
  10. cron.yaml
  11. gatekeeper_mailer.py
  12. handler.py
  13. index.yaml
  14. mailer.py
  15. Makefile
  16. pylintrc
  17. README.md
appengine/chromium_build/README.md

chromium-build

This app is deprecated and mostly dead. It used to serve hacked-up console views for Buildbot.

These days, it only exists to run a mailer service used by Gatekeeper. When this is no longer required, this service should be turned down and deleted.

Deploying

To deploy, just run:

./gae.py upload -A chromium-build

The uploaded version won‘t start serving production automatically; you’ll need to switch it over in the App Engine console.