X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cf8604f8f1a4b0441998fb5bb2d8c377dfb280f7;hb=641dd7dc1f8cef7ccd6059a0240c768ace373608;hp=b9e570319cc576cdcd8e8690c07d2615f693cd1e;hpb=5478237fc5dab4de7bd675d3fce56e370ecb6ac0;p=dak.git diff --git a/ChangeLog b/ChangeLog index b9e57031..cf8604f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,51 @@ +2007-02-08 Anthony Towns + + * dak/process_accepted.py (stable_install): fix name of template + mail. + 2007-02-08 Ryan Murray + * config/debian/cron.daily: track when we have the accepted lock + and clean it up on exit if we have it. Take/check the + cron.unchecked lock just before traping to cleanup on exit. + Remove potato override handling. Remove any dangling symlinks in + /srv/incoming.d.o/buildd. Clean up apt-ftparchive's databases. + + * config/debian/apt.conf: change default compression scheme for + both Sources and Packages to gzip and bzip2 rather than + uncompressed and gzip (Packages) and gzip (Sources). Use old + defaults for proposed-updates. + + * dak/control_overrides.py (main): refuse to operate on + untouchable suites. + + * config/debian/pseudo-packages.maintainers: drop install, + installation, boot-floppy, slink-cd, potato-cd and + nonus.debian.org. Update base. + * config/debian/pseudo-packages.description: likewise. + + * daklib/utils.py (re_srchasver): new regex. + (parse_changes): use regex to split 'Source (Version)' style + Source fields into 'source' and 'source-version'. + * config/debian/cron.daily: use $base instead of hardcoding path name. * scripts/debian/mkfilesindices: source 'vars' file and use it's variables instead of hardcoding path names. + * config/debian/apt.conf: switch from /org to /srv. + * config/debian/apt.conf.buildd: likewise. + * config/debian/apt.conf.stable: likewise. + * config/debian/cron.daily: likewise. + * config/debian/cron.hourly: likewise. + * config/debian/cron.monthly: likewise. + * config/debian/cron.unchecked: likewise. + * config/debian/cron.weekly: likewise. + * config/debian/dak.conf: likewise. + * config/debian/vars: likewise. + * scripts/debian/mkfilesindices: likewise. + 2007-02-08 James Troup * dak/process_unchecked.py (check_signed_by_key): new function to