2013-07-31 21:23:51 -06:00
|
|
|
# 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: /log/.+
|
|
|
|
script: _go_app
|
2013-09-23 18:06:49 -06:00
|
|
|
- url: /(|gccgo/)(|commit|packages|result|tag|todo)
|
2013-07-31 21:23:51 -06:00
|
|
|
script: _go_app
|
2013-09-23 18:06:49 -06:00
|
|
|
- url: /(|gccgo/)(init|buildtest|key|_ah/queue/go/delay)
|
2013-07-31 21:23:51 -06:00
|
|
|
script: _go_app
|
2013-09-23 18:06:49 -06:00
|
|
|
login: admin
|