summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-14 15:51:02 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-14 15:52:07 +0200
commit3d5fdbe21a33a29b1e167af1b442bf38de0f9638 (patch)
treef9609085b4fae97ea95d8adcd4cda548cba2e67e
parentde392031ef7da4ce83ec94fb928e9d90fe9b8572 (diff)
change rsync origin
Change-Id: Id2b563f5540286ce1ffbe20167719769022a4604 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
-rw-r--r--cron/cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/cron b/cron/cron
index d89393d..c6dbf9c 100644
--- a/cron/cron
+++ b/cron/cron
@@ -12,7 +12,7 @@ MAILTO=sysadmin@qt-project.org
30 1 * * mon mirrorbrain mb db vacuum
# Keep in sync with origin
-15 * * * * rsync -avr rsync://origin.releases.qt-project.org/releases/* /srv/releases-mirror 1>/var/log/rsync.log 2>&1
+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"