From 7a4b34971b53fd3eab8fa8aaff5161b57d1eef5c Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 14 Aug 2012 16:48:18 +0200 Subject: Fix crontab Change-Id: Ie995cfdb2d2722ad34234b556e68a61dc4512584 Reviewed-by: Daniel Molkentin --- cron/cron | 6 +++--- 1 file 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 -- cgit v1.2.3