mirror of
https://github.com/golang/go
synced 2024-11-20 08:04:42 -07:00
52db02bef3
We decided not to record installs, for now at least. ««« original CL description misc/dashboard: record install counts for external packages R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5699082 »»» R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5790044
21 lines
422 B
YAML
21 lines
422 B
YAML
# 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
|