From c356fc74a12d32d7d0764de0160b291117e9dc79 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 12 Jan 2012 11:06:09 -0800 Subject: [PATCH] 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 --- misc/dashboard/app/app.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/misc/dashboard/app/app.yaml b/misc/dashboard/app/app.yaml index b7cc673a9b3..685ca6e3d60 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