summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-14 16:48:18 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-14 17:20:38 +0200
commit7a4b34971b53fd3eab8fa8aaff5161b57d1eef5c (patch)
tree1f55369af22be89e202adf323bb35811b0047202
parent3bf01a55f56d12f0dccb84e82ab4bf940d26132b (diff)
Fix crontab
Change-Id: Ie995cfdb2d2722ad34234b556e68a61dc4512584 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
-rw-r--r--cron/cron6
1 files changed, 3 insertions, 3 deletions
diff --git a/cron/cron b/cron/cron
index 645b914..3ac0432 100644
--- a/cron/cron
+++ b/cron/cron
@@ -5,17 +5,17 @@ MAILTO=sysadmin@qt-project.org
*/5 * * * * /usr/bin/mirrorbrain mirrorprobe
# Scan mirrors for up-to-dateness of content
-45 * * * * /usr/bin/mirrorbrain mb scan --quiet --jobs 4 --all
+45 * * * * /usr/bin/mb scan --quiet --jobs 4 --all
# Remove old files from db
-30 1 * * mon /usr/bin/mirrorbrain mb db vacuum
+30 1 * * mon /usr/bin/mb db vacuum
# Keep in sync with origin
15 * * * * rsync -avr rsync://origin.downloads.qt-project.org/downloads/* /srv/downloads 1>/var/log/rsync.log 2>&1
# Update mirrorlist
10 2 * * * /usr/bin/mb -b main mirrorlist -f xhtml -H /srv/extra/header.inc -B /srv/extra/footer.inc -o /srv/extra/mirrors.html -I /srv/extra/flags/png/ -t "Official Qt Mirrors" -c "Official Qt Mirrors"
-50 2 * * * /home/mirrorbrain/bin/getmap.sh
+#50 2 * * * /home/mirrorbrain/bin/getmap.sh
# Update hashes
15 * * * * /usr/bin/mb makehashes /srv/downloads -t /srv/hashes/srv/downloads #unite into one script w/ above