]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.daily
Enmasse adaptation for removal of silly names.
[dak.git] / config / debian / cron.daily
index 77832a0546375c63cbe60aa812b6ea3bd7a6e66a..9c24f911c9493018c11526e79f0bab0cf7dce8eb 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 #
-# Executed daily via cron, out of katie's crontab.
+# Executed daily via cron, out of dak's crontab.
 
 set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
 . $SCRIPTVARS
 
 ################################################################################
@@ -46,27 +46,27 @@ update-mailingliststxt
 lockfile $LOCKAC
 cd $accepted
 rm -f REPORT
-kelly -pa *.changes | tee REPORT | \
+dak process-unchecked -pa *.changes | tee REPORT | \
      mail -s "Install for $(date +%D)" ftpmaster@ftp-master.debian.org
 chgrp debadmin REPORT
 chmod 664 REPORT
 
 cd $masterdir
-cindy
+dak check-overrides
 rm -f $LOCKAC
 
 symlinks -d -r $ftpdir
 
 cd $masterdir
-jenna
+dak make-suite-file-list
 
 # Update fingerprints
-# [JT - disabled, emilie currently can ask questions]
-#emilie
+# [JT - disabled, dak import-ldap-fingerprints currently can ask questions]
+#dak import-ldap-fingerprints
 
 # Generate override files
 cd $overridedir
-denise
+dak make-overrides
 
 # Update task overrides for testing and unstable
 # [JT 2004-02-04 disabled; copying in by hand for now]
@@ -82,13 +82,13 @@ for i in main contrib non-free main.debian-installer; do cat override.sid.$i >>
 cd $masterdir
 apt-ftparchive generate apt.conf
 # Generate *.diff/ incremental updates
-tiffani
+dak generate-index-diffs
 # Generate Release files
-ziyi
+dak generate-releases
 
 # Clean out old packages
-rhona
-shania
+dak clean-suites
+dak clean-queues
 
 # Needs to be rebuilt, as files have moved.  Due to unaccepts, we need to
 # update this before wanna-build is updated.
@@ -123,15 +123,15 @@ 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
+dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org
 # and one on crufty packages
-rene | tee $webdir/rene-daily.txt | mail -e -s "rene run for $(date +%D)" ftpmaster@ftp-master.debian.org
+dak cruft-report | tee $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org
 
 ################################################################################
 
-# Run billie
+# Run mirror-split
 
-#time billie
+#time dak mirror-split
 
 ################################################################################
 
@@ -140,8 +140,8 @@ ulimit -m 90000 -d 90000 -s 10000 -v 90000
 run-parts --report /org/ftp.debian.org/scripts/distmnt
 
 echo Daily cron scripts successful.
-# Stats pr0n
 
+# Stats pr0n
 cd $masterdir
 update-ftpstats $base/log/* > $base/misc/ftpstats.data
 R --slave --vanilla < $base/misc/ftpstats.R