X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cron.daily;h=f868b74041faf93ce31883bbde694ef718133778;hb=e7556dca76d2e8249fb7c8ddb1ce99a3c0211b32;hp=7096621d94a565b789c2d80fbe2a3f0ece8fe182;hpb=22c2c778aacce9c520ee3d371afc56681c014444;p=dak.git diff --git a/cron.daily b/cron.daily index 7096621d..f868b740 100755 --- a/cron.daily +++ b/cron.daily @@ -41,7 +41,7 @@ update-mailingliststxt cd $accepted rm -f REPORT -katie -pa *.changes | tee REPORT | \ +kelly -pa *.changes | tee REPORT | \ mail -s "Install for $(date +%D)" ftpmaster@ftp-master.debian.org chgrp debadmin REPORT chmod 664 REPORT @@ -52,17 +52,18 @@ symlinks -d -r $ftpdir cd $masterdir jenna -# FIXME -cd /org/ftp.debian.org/database/dists/ -rm -f proposed-updates_-_all.list -for i in proposed-updates_-_binary-* proposed-updates_-_source.list; do cat $i >> proposed-updates_-_all.list; done - # Generate override files cd $overridedir denise + +# Update task overrides for testing and unstable +cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sarge.extra.main +cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sid.extra.main + # FIXME -rm -f override.potato.all3 +rm -f override.potato.all3 override.sid.all3 for i in main contrib non-free; do cat override.potato.$i >> override.potato.all3; done +for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3; done # Generate Packages and Sources files cd $masterdir @@ -94,6 +95,13 @@ 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 + +################################################################################ + ulimit -m 90000 -d 90000 -s 10000 -v 90000 run-parts --report /org/ftp.debian.org/scripts/distmnt