summaryrefslogtreecommitdiff
path: root/misc/dashboard/app/app.yaml
blob: 6e19db09c62ef2786f484f71f3eb0c10c97cd2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Update with
#	google_appengine/appcfg.py [-V test-build] update .
#
# Using -V test-build will run as test-build.golang.org.

application: golang-org
version: build
runtime: go
api_version: go1beta

handlers:
- url: /static
  static_dir: static
- url: /log/.+
  script: _go_app
- url: /(|commit|packages|result|tag|todo)
  script: _go_app
- url: /(init|buildtest|key|_ah/queue/go/delay)
  script: _go_app
  login: admin