diff options
author | Daniel Molkentin <daniel@molkentin.de> | 2012-09-25 07:43:56 +0200 |
---|---|---|
committer | Daniel Molkentin <daniel@molkentin.de> | 2012-09-25 08:43:27 +0200 |
commit | 85a7b39728d8defd8a966e1c2b2c0f0419da56df (patch) | |
tree | 6ad4cab98a3c74724b1ced5ae06b57c70863d642 | |
parent | 0f22e6e5ffb83ca5e955e3c0c0d6aa94777b55b4 (diff) |
Change-Id: Ie89b7bab93cdd8b9b1a0aa26d7c79393fd3ab1b7
Reviewed-by: Daniel Molkentin <daniel@molkentin.de>
-rw-r--r-- | cron/cron | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ MAILTO=sysadmin@qt-project.org 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" +10 2 * * * /usr/bin/mb -b main mirrorlist -f xhtml -H /var/www/static/header.inc -B /var/www/static/footer.inc -o /var/www/static/mirrors.html -I /var/www/static/flags/png/ -t "Official Qt Mirrors" -c "Official Qt Mirrors" + #50 2 * * * /home/mirrorbrain/bin/getmap.sh # Update hashes |