X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.daily;h=139208f99c8aa0f4cdfe45cb317caa7400b88413;hb=d35f7c7714c53b693a2cdef9efb38befc6e240a0;hp=48f746879226bf780f9706bf00875d55a280d160;hpb=330833cdf958e43962e208f8021e0e44f1fc100c;p=dak.git diff --git a/config/debian/cron.daily b/config/debian/cron.daily index 48f74687..139208f9 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -35,6 +35,9 @@ ending at about 15:30. This file is then removed. You should not mirror the archive during this period. EOF +# Push merkels qa user, so the qa pages can show "dinstall is running" information +ssh -2 -i ~dak/.ssh/push_merkel_qa -o BatchMode=yes -o SetupTimeOut=30 -o ConnectTimeout=30 qa@merkel.debian.org sleep 1 + ################################################################################ echo "Creating pre-daily-cron-job backup of projectb database..." @@ -173,7 +176,9 @@ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X) # Send a report on NEW/BYHAND packages dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org # and one on crufty packages -dak cruft-report | tee $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org +dak cruft-report > $webdir/cruft-report-daily.txt +dak cruft-report -s experimental >> $webdir/cruft-report-daily.txt +cat $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org $scriptsdir/dm-monitor >$webdir/dm-uploaders.html