]> git.decadent.org.uk Git - dak.git/blob - config/debian/cron.daily
Fix comment of cron.daily (copy and paste from cron.monthly)
[dak.git] / config / debian / cron.daily
1 #!/bin/sh
2 #
3 # Run daily via cron, out of dak's crontab.
4
5 set -e
6 set -u
7 export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
8 . $SCRIPTVARS
9
10 ################################################################################
11
12
13 # get the latest list of wnpp bugs and their source packages
14 wget -q -O/srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm  http://qa.debian.org/data/bts/wnpp_rm
15
16 ################################################################################