aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-01-12 11:06:09 -0800
committerRuss Cox <rsc@golang.org>2012-01-12 11:06:09 -0800
commitc356fc74a12d32d7d0764de0160b291117e9dc79 (patch)
tree6c03abb4f3e52915ee5ef1721cbba9d3f1501233
parentfb036824df95f5d127064b3897e3e74fb9691b29 (diff)
downloadgo-c356fc74a12d32d7d0764de0160b291117e9dc79.tar.gz
go-c356fc74a12d32d7d0764de0160b291117e9dc79.zip
dashboard: add deployment comment to app.yaml
Also update default app and version to be correct. R=golang-dev, r CC=golang-dev https://golang.org/cl/5541044
-rw-r--r--misc/dashboard/app/app.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/dashboard/app/app.yaml b/misc/dashboard/app/app.yaml
index b7cc673a9b..685ca6e3d6 100644
--- a/misc/dashboard/app/app.yaml
+++ b/misc/dashboard/app/app.yaml
@@ -1,5 +1,10 @@
-application: go-build
-version: 1
+# 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: 3