From: James Troup Date: Tue, 8 Apr 2003 18:44:29 +0000 (+0000) Subject: Run rene daily X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae39dfa247176a7fc3650c562c7f794334d6493;p=dak Run rene daily --- diff --git a/cron.daily b/cron.daily index b76cad24..0d2d7fc4 100755 --- a/cron.daily +++ b/cron.daily @@ -92,6 +92,8 @@ echo "VACUUM; VACUUM ANALYZE;" | psql projectb 2>&1 | grep -v "^NOTICE: Skippin # Send a report on NEW/BYHAND packages helena | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org +# and one on crufty packages +rene | mail -e -s "rene run for $(date +%D)" ftpmaster@ftp-master.debian.org ################################################################################ diff --git a/cron.daily-non-US b/cron.daily-non-US index ff683874..a8c294b3 100755 --- a/cron.daily-non-US +++ b/cron.daily-non-US @@ -101,6 +101,8 @@ echo "VACUUM; VACUUM ANALYZE;" | psql projectb 2>&1 | grep -v "^NOTICE: Skippin # Send a report on NEW/BYHAND packages helena | mail -e -s "[non-US] NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org +# and one on crufty packages +rene | mail -e -s "[non-US] rene run for $(date +%D)" ftpmaster@ftp-master.debian.org ################################################################################ ulimit -m 90000 -d 90000 -s 10000 -v 90000