]> git.decadent.org.uk Git - dak.git/blobdiff - cron.daily
2.2r5 and multiple signatures in Release.gpg
[dak.git] / cron.daily
index 62511c0b441e1b7d455595510cb71743b10e587f..3cfb8e8f50d2acecaed159e48c2c23391fbd86e3 100755 (executable)
@@ -35,6 +35,7 @@ pg_dump projectb > /org/ftp.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S)
 
 update-bugdoctxt
 update-mirrorlists
+update-mailingliststxt
 
 ################################################################################
 
@@ -45,6 +46,8 @@ katie -pak *.changes | direport | tee REPORT | \
 chgrp debadmin REPORT
 chmod 664 REPORT
 
+catherine
+
 cd $masterdir
 symlinks -d -r $ftpdir
 
@@ -87,6 +90,11 @@ pg_dump projectb > /org/ftp.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S)
 
 ################################################################################
 
+# Vacuum the database
+echo "VACUUM; VACUUM ANALYZE;" | psql projectb 2>&1 | grep -v "^NOTICE:  Skipping.*only table owner can VACUUM it$"
+
+################################################################################
+
 ulimit -m 90000 -d 90000 -s 10000 -v 90000
 
 run-parts --report /org/ftp.debian.org/scripts/distmnt