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

Side by Side Diff: Tools/GardeningServer/app.yaml

Issue 398813004: Create sheriff-o-matic.appspot.com. (Closed) 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: garden-o-matic 1 application: sheriff-o-matic
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 handlers: 7 handlers:
8 - url: / 8 - url: /
9 static_files: garden-o-matic.html 9 static_files: sheriff-o-matic.html
10 upload: garden-o-matic.html 10 upload: sheriff-o-matic.html
11 11
12 - url: /favicon.ico 12 - url: /favicon.ico
13 static_files: favicon.ico 13 static_files: favicon.ico
14 upload: favicon.ico 14 upload: favicon.ico
15 15
16 - url: /images 16 - url: /images
17 static_dir: images 17 static_dir: images
18 18
19 - url: /scripts 19 - url: /scripts
20 static_dir: scripts 20 static_dir: scripts
(...skipping 12 matching lines...) Expand all
33 skip_files: 33 skip_files:
34 - ^(.*/)?#.*#$ 34 - ^(.*/)?#.*#$
35 - ^(.*/)?.*~$ 35 - ^(.*/)?.*~$
36 - ^(.*/)?.*\.py[co]$ 36 - ^(.*/)?.*\.py[co]$
37 - ^(.*/)?.*/RCS/.*$ 37 - ^(.*/)?.*/RCS/.*$
38 - ^(.*/)?\..*$ 38 - ^(.*/)?\..*$
39 - ^(.*/)?.*\.md$ 39 - ^(.*/)?.*\.md$
40 - ^(.*/)?LICENSE$ 40 - ^(.*/)?LICENSE$
41 - ^(.*/)?README$ 41 - ^(.*/)?README$
42 - ^(.*/)?Makefile$ 42 - ^(.*/)?Makefile$
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698