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
|
2013-10-02 16:55:44 -06:00
|
|
|
- url: /(|gccgo/)log/.+
|
2013-07-31 21:23:51 -06:00
|
|
|
script: _go_app
|
2014-05-13 01:01:50 -06:00
|
|
|
- url: /(|gccgo/)(|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark)
|
2013-07-31 21:23:51 -06:00
|
|
|
script: _go_app
|
2014-05-13 01:01:50 -06:00
|
|
|
- url: /(|gccgo/)(init|buildtest|key|perflearn|_ah/queue/go/delay)
|
2013-07-31 21:23:51 -06:00
|
|
|
script: _go_app
|
2014-05-13 01:01:50 -06:00
|
|
|
login: admin
|
|
|
|
|