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

Unified 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, 8 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/cron_servlet.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/cron.yaml
diff --git a/chrome/common/extensions/docs/server2/cron.yaml b/chrome/common/extensions/docs/server2/cron.yaml
index 175a7ba0823106c9cde6a8e02e1bc9a1b0dd0c11..b28ad3b971bb77f0a8f2c5607d0e144b94f1ffa7 100644
--- a/chrome/common/extensions/docs/server2/cron.yaml
+++ b/chrome/common/extensions/docs/server2/cron.yaml
@@ -1,20 +1,20 @@
cron:
- description: Load everything for trunk.
- url: /cron/trunk
+ url: /_cron/trunk
schedule: every 5 minutes
target: 2-0-23
- description: Load everything for dev.
- url: /cron/dev
+ url: /_cron/dev
schedule: every 5 minutes
target: 2-0-23
- description: Load everything for beta.
- url: /cron/beta
+ url: /_cron/beta
schedule: every 5 minutes
target: 2-0-23
- description: Load everything for stable.
- url: /cron/stable
+ url: /_cron/stable
schedule: every 5 minutes
target: 2-0-23
« 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