| Index: Tools/AutoSheriff/app.yaml
|
| diff --git a/Tools/GardeningServer/app.yaml b/Tools/AutoSheriff/app.yaml
|
| similarity index 52%
|
| copy from Tools/GardeningServer/app.yaml
|
| copy to Tools/AutoSheriff/app.yaml
|
| index e694bbc2dcad834093a8814191ff1ff3ea0ffb41..0c97f78cdf90b60264f43d67c52cdfc95673baec 100644
|
| --- a/Tools/GardeningServer/app.yaml
|
| +++ b/Tools/AutoSheriff/app.yaml
|
| @@ -1,4 +1,4 @@
|
| -application: sheriff-o-matic
|
| +application: auto-sheriff
|
| version: 1
|
| runtime: python27
|
| api_version: 1
|
| @@ -6,29 +6,23 @@ threadsafe: true
|
|
|
| handlers:
|
| - url: /
|
| - static_files: sheriff-o-matic.html
|
| - upload: sheriff-o-matic.html
|
| -
|
| -- url: /favicon.ico
|
| - static_files: favicon.ico
|
| - upload: favicon.ico
|
| -
|
| -- url: /images
|
| - static_dir: images
|
| -
|
| + static_files: nannybot.html
|
| + upload: nannybot.html
|
| +- url: /closers
|
| + static_files: closers.html
|
| + upload: closers.html
|
| +- url: /components
|
| + static_dir: bower_components
|
| - url: /scripts
|
| static_dir: scripts
|
| -
|
| -- url: /styles
|
| - static_dir: styles
|
| -
|
| - url: /ui
|
| static_dir: ui
|
| +- url: /favicon.ico
|
| + static_files: favicon.ico
|
| + upload: favicon.ico
|
| +- url: /.*
|
| + script: main.app
|
|
|
| -# FIXME: Write a script to do the appcfg update so that we can error out
|
| -# if there is no bower_components, or, even better just run "bower update".
|
| -- url: /bower_components
|
| - static_dir: bower_components
|
|
|
| skip_files:
|
| - ^(.*/)?#.*#$
|
| @@ -39,4 +33,4 @@ skip_files:
|
| - ^(.*/)?.*\.md$
|
| - ^(.*/)?LICENSE$
|
| - ^(.*/)?README$
|
| -- ^(.*/)?Makefile$
|
| +- ^(.*/)?Makefile$
|
|
|