X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7dd06e2b494a0030e45a2a41d01217efee91e144;hb=da564af9a40d05d078e5ec7e49c0c778ae08ea0e;hp=0fc220ba8fab5313b7d4f108a57445f7cc9427db;hpb=7df9c3b974bcd1c3bc40d29d154f6b86b6454ddd;p=dak.git diff --git a/ChangeLog b/ChangeLog index 0fc220ba..7dd06e2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2006-06-11 James Troup + + * config/debian/vars (configdir): add new variable pointing to + this directory. + + * config/debian/cron.daily: use $configdir inplace of $masterdir + when that's what we mean, and don't cd into $masterdir just to run + dak scripts as we don't need to do that anymore. + * config/debian/cron.hourly: likewise. + * config/debian/cron.unchecked: likewise. + * config/debian/cron.weekly: likewise. + + * config/debian/dak.conf + (Import-Users-From-Passwd::KnownPostgres): temporarily add 'katie' + user back to list of known users as it's non-trivial to entirely + change the owner of a database with postgresql 7.4. + + * dak/daklib/queue.py (Upload.source_exists): use string object + methods rather than string module. + (Upload.get_anyversion): likewise. + + * dak/daklib/utils.py (validate_changes_file_arg): update filename + slicing to cope with new .dak filenames. + + * dak/ls.py (main): add back 'heidi' as a valid argument for + -f/--format as people are using it in scripts and breaking that + without warning seems rude. + +2006-05-21 James Troup + + * dak/rm.py (main): use string .isdigit() rather than + utils.str_isnum(). + * dak/process_new.py (edit_overrides): likewise. + + * daklib/utils.py (str_isnum): removed accordingly. Also drop + string import. + 2006-05-21 James Troup * dak/check_archive.py (check_indices_files_exist): use list @@ -17,6 +54,20 @@ (Upload.cross_suite_version_check): likewise. * daklib/utils.py (parse_args): likewise. +2006-05-21 James Troup + + * daklib/utils.py (process_gpgv_output): new function, split out + of check_signature(). + (check_signature): adapt accordingly. + (retrieve_key): new function that will try to retrieve the key + that signed a given file from a keyserver. + (check_signature): add 'autofetch' argument that if not set + defaults to the value of Dinstall::KeyAutoFetch (if that exists). + If 'autofetch' is true, invoke retrieve_key(). + + * docs/README.config: document Dinstall::KeyAutoFetch and + Dinstall:KeyServer. + 2006-05-20 James Troup * dak/find_null_maintainers.py (main):