X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcrontab;h=eb861b45a8d96decf230edb90f3318d97c9bef9e;hb=f54c87736c85e9c72b1693f9db50848992f88f61;hp=f7f6812366d6289b866ea6c72f2220ee16c4e47e;hpb=7087fb77f094f969fba18b033d3138c8c0e0aa99;p=dak.git diff --git a/config/debian/crontab b/config/debian/crontab index f7f68123..eb861b45 100644 --- a/config/debian/crontab +++ b/config/debian/crontab @@ -1,18 +1,19 @@ MAILTO=cron@ftp-master.debian.org PATH=/usr/local/bin:/usr/bin:/bin # m h dom mon dow command -2,17,32,47 * * * * /srv/ftp.debian.org/dak/config/debian/cron.unchecked -0 * * * * /srv/ftp.debian.org/dak/config/debian/cron.hourly -52 1,7,13,19 * * * /srv/ftp.debian.org/dak/config/debian/cron.dinstall +2,17,32,47 * * * * /srv/ftp-master.debian.org/dak/config/debian/cron.unchecked +0 * * * * /srv/ftp-master.debian.org/dak/config/debian/cron.hourly +52 1,7,13,19 * * * /srv/ftp-master.debian.org/dak/config/debian/cron.dinstall #### And an alternate line, for the times the release team wants it half an hour late. -####22 2,9,14,20 * * * /srv/ftp.debian.org/dak/config/debian/cron.dinstall -0 12 * * 0 /srv/ftp.debian.org/dak/config/debian/cron.weekly -6 0 1 * * /srv/ftp.debian.org/dak/config/debian/cron.monthly -@reboot /srv/ftp.debian.org/dak/config/debian/cron.reboot +####22 2,8,14,20 * * * /srv/ftp-master.debian.org/dak/config/debian/cron.dinstall +3 9 * * * /srv/ftp-master.debian.org/dak/config/debian/cron.daily +0 12 * * 0 /srv/ftp-master.debian.org/dak/config/debian/cron.weekly +6 0 1 * * /srv/ftp-master.debian.org/dak/config/debian/cron.monthly +@reboot /srv/ftp-master.debian.org/dak/config/debian/cron.reboot 0 0 * * * crontab -l > ~/crontab.out # We do like our queued and make sure it will always be there. # Luckily it checks itself and doesn't start if it already runs -@reboot /srv/queued/debianqueued-0.9/debianqueued -*/10 * * * * /srv/queued/debianqueued-0.9/debianqueued 2>/dev/null +@reboot sudo -u dak-unpriv /srv/queued/debianqueued-0.9/debianqueued +*/10 * * * * sudo -u dak-unpriv /srv/queued/debianqueued-0.9/debianqueued 2>/dev/null