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

Side by Side Diff: chrome/common/extensions/docs/server2/cron.yaml

Issue 14273035: Docserver: refactor the Handler/ServerInstance relationship into a servlet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done Created 7 years, 7 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 | chrome/common/extensions/docs/server2/cron_servlet.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 cron: 1 cron:
2 - description: Load everything for trunk. 2 - description: Load everything for trunk.
3 url: /cron/trunk 3 url: /_cron/trunk
4 schedule: every 5 minutes 4 schedule: every 5 minutes
5 target: 2-0-23 5 target: 2-0-23
6 6
7 - description: Load everything for dev. 7 - description: Load everything for dev.
8 url: /cron/dev 8 url: /_cron/dev
9 schedule: every 5 minutes 9 schedule: every 5 minutes
10 target: 2-0-23 10 target: 2-0-23
11 11
12 - description: Load everything for beta. 12 - description: Load everything for beta.
13 url: /cron/beta 13 url: /_cron/beta
14 schedule: every 5 minutes 14 schedule: every 5 minutes
15 target: 2-0-23 15 target: 2-0-23
16 16
17 - description: Load everything for stable. 17 - description: Load everything for stable.
18 url: /cron/stable 18 url: /_cron/stable
19 schedule: every 5 minutes 19 schedule: every 5 minutes
20 target: 2-0-23 20 target: 2-0-23
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/cron_servlet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698