blob: d8a667d354a8b7fcf64e0c61f486d2a62b43d1be [file] [log] [blame]
application: chromium-build
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /(.+.ico)
static_files: static/\1
mime_type: image/x-icon
upload: static/(.+.ico)
- url: /(robots\.txt)
static_files: static/\1
mime_type: text/plain
upload: static/(robots\.txt)
- url: /static
static_dir: static
- url: /tasks/.*
script: handler.application
login: admin
- url: /restricted/merger/.*
script: merger.application
login: admin
- url: /buildbot/.*
script: buildlogparse.app
- url: /mailer/.*
script: mailer.app
secure: always
- url: /.*
script: handler.application
libraries:
- name: django
version: 1.2
- name: jinja2
version: 2.6
builtins:
- appstats: on
- deferred: on
- remote_api: on
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.bak$
- tests/(.*/)?.*