| Index: Tools/GardeningServer/app.yaml
|
| diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
|
| index 92d3e20e9192ae38703d5fe120dd2d8695d0f8e9..df5cacfe9c6bb577df57bf0088e79b319aa2a440 100644
|
| --- a/Tools/GardeningServer/app.yaml
|
| +++ b/Tools/GardeningServer/app.yaml
|
| @@ -9,6 +9,9 @@ handlers:
|
| static_files: sheriff-o-matic.html
|
| upload: sheriff-o-matic.html
|
|
|
| +- url: /alerts
|
| + script: alerts.app
|
| +
|
| - url: /favicon.ico
|
| static_files: favicon.ico
|
| upload: favicon.ico
|
| @@ -40,9 +43,15 @@ skip_files:
|
| - ^(.*/)?#.*#$
|
| - ^(.*/)?.*~$
|
| - ^(.*/)?.*\.py[co]$
|
| +- ^(.*/)?.*_test\.py$
|
| +- ^(.*/)?tests\.py$
|
| - ^(.*/)?.*/RCS/.*$
|
| - ^(.*/)?\..*$
|
| - ^(.*/)?.*\.md$
|
| - ^(.*/)?LICENSE$
|
| - ^(.*/)?README$
|
| -- ^(.*/)?Makefile$
|
| +- ^(.*/)?Makefile$
|
| +
|
| +libraries:
|
| +- name: webapp2
|
| + version: "latest"
|
|
|