Chromium Code Reviews| 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 b28ad3b971bb77f0a8f2c5607d0e144b94f1ffa7..24ab57986e8fb30e14f14431c07ac8e983992d70 100644 |
| --- a/chrome/common/extensions/docs/server2/cron.yaml |
| +++ b/chrome/common/extensions/docs/server2/cron.yaml |
| @@ -2,19 +2,19 @@ cron: |
| - description: Load everything for trunk. |
| url: /_cron/trunk |
| schedule: every 5 minutes |
| - target: 2-0-23 |
| + target: 2-1-0 |
|
方觉(Fang Jue)
2013/05/10 08:49:17
perhaps also add presubmit warning if the versions
not at google - send to devlin
2013/05/10 17:49:58
That was actually on my TODO list but writing pres
|
| - description: Load everything for dev. |
| url: /_cron/dev |
| schedule: every 5 minutes |
| - target: 2-0-23 |
| + target: 2-1-0 |
| - description: Load everything for beta. |
| url: /_cron/beta |
| schedule: every 5 minutes |
| - target: 2-0-23 |
| + target: 2-1-0 |
| - description: Load everything for stable. |
| url: /_cron/stable |
| schedule: every 5 minutes |
| - target: 2-0-23 |
| + target: 2-1-0 |