X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cron.daily;h=5cb1cebd0bb94459a5e997d54dbfad6ad9f00e7a;hb=a54c76d85d328479523b88df7c2c7ca8119851ea;hp=f868b74041faf93ce31883bbde694ef718133778;hpb=a29673e49824a6c0838df50ab64ac08cf32852d8;p=dak.git diff --git a/cron.daily b/cron.daily index f868b740..5cb1cebd 100755 --- a/cron.daily +++ b/cron.daily @@ -57,8 +57,9 @@ 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 +# [JT 2004-02-04 disabled; copying in by hand for now] +#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 override.sid.all3 @@ -86,7 +87,9 @@ echo Archive maintenance finished at $(date +%X) ################################################################################ echo "Creating post-daily-cron-job backup of projectb database..." -pg_dump projectb > /org/ftp.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S) +POSTDUMP=/org/ftp.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S) +pg_dump projectb > $POSTDUMP +(cd /org/ftp.debian.org/backup; ln -sf $POSTDUMP current) ################################################################################ @@ -102,6 +105,12 @@ rene | mail -e -s "rene run for $(date +%D)" ftpmaster@ftp-master.debian.org ################################################################################ +# Run billie + +time billie + +################################################################################ + ulimit -m 90000 -d 90000 -s 10000 -v 90000 run-parts --report /org/ftp.debian.org/scripts/distmnt