X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d65764e0330a7af0e380b3ac61e28c780602ce26;hb=f89e353cb89593444b3e841cadc7175a3f4e9081;hp=ec20bd15be29bd9b9450ec986c8dc9b1550cee42;hpb=6ce325c41c1998dfa523b1cdbe85fff32160acc1;p=dak.git diff --git a/ChangeLog b/ChangeLog index ec20bd15..d65764e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2008-05-02 Joerg Jaspert + + * config/debian/cron.buildd: Cleanup unreachable code. (If someone + still wants it - its in revision control...) + + * config/debian/cron.daily: Modify call to update-ftpstats to only + use files log/2*, instead of log/*, so it ignores the new cron/ + subdir. Makes sure it can't get confused, and is also safe for + nearly thousand years. If this code is really in use in year 3000, + im sure people can adjust it! :) + + * config/debian/vars: Add logdir as a place for cronjob log output + + * config/debian/cron.daily: Use a logfile and be more verbose of + whats going on. + Also moved the commented VACUUM ; VACUUM ANALYZE calls over to + cron.weekly, ... + * config/debian/cron.weekly: likewise, + ... and activate those calls again. Once a week, as an + additional safety bet to be sure the stuff does get run is ok, + even if we have autovacuum by default. + +2008-05-02 Thomas Viehmann + + * dak/process_unchecked.py (check_hashes): fix typo in + checksum reject message. + 2008-05-02 Joerg Jaspert * config/debian/extensions.py: used reindent.py from the python