Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(951)

Side by Side Diff: dashboard/app/app.yaml

Issue 12180043: code review 12180043: go.tools: add dashboard
Patch Set: diff -r 79ec8d3bcf1d https://code.google.com/p/go/ Created 11 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dashboard/README ('k') | dashboard/app/build/build.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Update with
2 # google_appengine/appcfg.py [-V test-build] update .
3 #
4 # Using -V test-build will run as test-build.golang.org.
5
6 application: golang-org
7 version: build
8 runtime: go
9 api_version: go1
10
11 handlers:
12 - url: /static
13 static_dir: static
14 - url: /log/.+
15 script: _go_app
16 - url: /(|commit|packages|result|tag|todo)
17 script: _go_app
18 - url: /(init|buildtest|key|_ah/queue/go/delay)
19 script: _go_app
20 login: admin
OLDNEW
« no previous file with comments | « dashboard/README ('k') | dashboard/app/build/build.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b