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

Delta Between Two Patch Sets: dashboard/app/app.yaml

Issue 12180043: code review 12180043: go.tools: add dashboard
Left Patch Set: diff -r 79ec8d3bcf1d https://code.google.com/p/go/ Created 11 years, 8 months ago
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « dashboard/README ('k') | dashboard/app/build/build.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 # Update with 1 # Update with
2 # google_appengine/appcfg.py [-V test-build] update . 2 # google_appengine/appcfg.py [-V test-build] update .
3 # 3 #
4 # Using -V test-build will run as test-build.golang.org. 4 # Using -V test-build will run as test-build.golang.org.
5 5
6 application: golang-org 6 application: golang-org
7 version: build 7 version: build
8 runtime: go 8 runtime: go
9 api_version: go1 9 api_version: go1
10 10
11 handlers: 11 handlers:
12 - url: /static 12 - url: /static
13 static_dir: static 13 static_dir: static
14 - url: /log/.+ 14 - url: /log/.+
15 script: _go_app 15 script: _go_app
16 - url: /(|commit|packages|result|tag|todo) 16 - url: /(|commit|packages|result|tag|todo)
17 script: _go_app 17 script: _go_app
18 - url: /(init|buildtest|key|_ah/queue/go/delay) 18 - url: /(init|buildtest|key|_ah/queue/go/delay)
19 script: _go_app 19 script: _go_app
20 login: admin 20 login: admin
LEFTRIGHT

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