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

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

Issue 657963002: Bump s-o-m to version 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« 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: sheriff-o-matic 1 application: sheriff-o-matic
2 version: 1 2 version: 2
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: /alerts 8 - url: /alerts
9 script: alerts.app 9 script: alerts.app
10 secure: always 10 secure: always
11 11
12 - url: /alerts-history 12 - url: /alerts-history
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 - ^(.*/)?.*/RCS/.*$ 68 - ^(.*/)?.*/RCS/.*$
69 - ^(.*/)?\..*$ 69 - ^(.*/)?\..*$
70 - ^(.*/)?.*\.md$ 70 - ^(.*/)?.*\.md$
71 - ^(.*/)?LICENSE$ 71 - ^(.*/)?LICENSE$
72 - ^(.*/)?README$ 72 - ^(.*/)?README$
73 - ^(.*/)?Makefile$ 73 - ^(.*/)?Makefile$
74 74
75 libraries: 75 libraries:
76 - name: webapp2 76 - name: webapp2
77 version: "latest" 77 version: "latest"
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