mirror of
https://github.com/golang/go
synced 2024-11-07 05:56:18 -07:00
691b055ea6
R=adg CC=golang-dev https://golang.org/cl/14297043
20 lines
444 B
YAML
20 lines
444 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: go1
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: static
|
|
- url: /(|gccgo/)log/.+
|
|
script: _go_app
|
|
- url: /(|gccgo/)(|commit|packages|result|tag|todo)
|
|
script: _go_app
|
|
- url: /(|gccgo/)(init|buildtest|key|_ah/queue/go/delay)
|
|
script: _go_app
|
|
login: admin |