2012-01-12 12:06:09 -07: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
|
2011-11-22 14:13:05 -07:00
|
|
|
runtime: go
|
2012-02-05 15:26:32 -07:00
|
|
|
api_version: go1beta
|
2011-11-22 14:13:05 -07:00
|
|
|
|
|
|
|
handlers:
|
2011-12-15 16:48:06 -07:00
|
|
|
- url: /static
|
|
|
|
static_dir: static
|
2011-11-24 18:53:05 -07:00
|
|
|
- url: /log/.+
|
|
|
|
script: _go_app
|
2012-03-08 04:34:59 -07:00
|
|
|
- url: /(|commit|packages|result|tag|todo)
|
2011-11-22 14:13:05 -07:00
|
|
|
script: _go_app
|
2012-03-08 04:34:59 -07:00
|
|
|
- url: /(init|buildtest|key|_ah/queue/go/delay)
|
2011-11-24 18:53:05 -07:00
|
|
|
script: _go_app
|
|
|
|
login: admin
|