Merge lp:~tribaal/ubumirror/fix-crontab-example into lp:ubumirror

Proposed by Chris Glass
Status: Merged
Merged at revision: 68
Proposed branch: lp:~tribaal/ubumirror/fix-crontab-example
Merge into: lp:ubumirror
Diff against target: 21 lines (+10/-5)
1 file modified
ubumirror.crontab (+10/-5)
To merge this branch: bzr merge lp:~tribaal/ubumirror/fix-crontab-example
Reviewer Review Type Date Requested Status
Ubumirror Developers Pending
Review via email: mp+222447@code.launchpad.net

Description of the change

This branch changes the example crontab to be useable.

To post a comment you must log in.
69. By Chris Glass

Added small note about "randomizing" minute values.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubumirror.crontab'
2--- ubumirror.crontab 2010-01-23 16:10:21 +0000
3+++ ubumirror.crontab 2014-06-08 06:15:26 +0000
4@@ -1,7 +1,12 @@
5 # https://wiki.ubuntu.com/Mirrors
6+# This file can be put as-is in the /etc/cron.d/ directory.
7+#
8+# !!! Please consider changing run minutes to something random so as to not
9+# artifically overload main archives at specific times.
10+#
11 # Update archive mirror every six hours.
12-03 */6 * * * ubumirror /usr/bin/ubuarchive >/dev/null
13-# Update releases mirror every four hours.
14-03 */4 * * * ubumirror /usr/bin/uburelease >/dev/null
15-# Update cdimage mirror every twenty-four hours.
16-03 11 * * * ubumirror /usr/bin/ubucdimage >/dev/null
17+13 */6 * * * /usr/bin/ubuarchive >/dev/null
18+# Update releases mirror every four hours
19+33 */4 * * * /usr/bin/uburelease >/dev/null
20+# Update cdimage mirror every twenty-four hours around 5 am.
21+53 4 * * * /usr/bin/ubucdimage >/dev/null

Subscribers

People subscribed via source and target branches

to status/vote changes: