]> git.decadent.org.uk Git - dak.git/blob - config/debian/crontab
Update crontab file to match reality
[dak.git] / config / debian / crontab
1 MAILTO=cron@ftp-master.debian.org
2 PATH=/usr/local/bin:/usr/bin:/bin
3 SHELL=/bin/bash
4 configdir=/srv/ftp-master.debian.org/dak/config/debian
5
6 # m        h          dom mon dow command
7 2,17,32,47 *          *   *   *   $configdir/cronscript unchecked
8 0          *          *   *   *   $configdir/cronscript hourly
9 52         1,7,13,19  *   *   *   $configdir/cronscript dinstall
10 ###### And an alternate line, for the times the release team wants it half an hour late.
11 ######22         2,9,14,20  *   *   *   $configdir/cronscript dinstall
12 # And for release time, turn off cron after final dinstall
13 #45         9          *   *   *   /home/dak/bin/cronoff
14 3          9          *   *   *   $configdir/cronscript daily
15 0          12         *   *   0   $configdir/cronscript weekly
16 6          0          1   *   *   $configdir/cronscript monthly
17 3          0          1   1   *   $configdir/cronscript yearly
18
19 ## Reboot cron doesn't use cronscript
20 @reboot                           $configdir/cron.reboot
21
22 0          0          *   *   *   crontab -l > ~/crontab.out
23
24 # We do like our queued and make sure it will always be there.
25 # Luckily it checks itself and doesn't start if it already runs
26 @reboot                           sudo -u dak-unpriv /srv/upload.debian.org/queued/debianqueued
27 */10        *          *   *   *  sudo -u dak-unpriv /srv/upload.debian.org/queued/debianqueued 2>/dev/null