Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1169)

Unified Diff: Tools/AutoSheriff/app.yaml

Issue 398823008: WIP: Add auto-sheriff.appspot.com code to Blink Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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$

Powered by Google App Engine
This is Rietveld 408576698