X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=3d7e01063709d537c49e5afbb74f5f154a167b28;hb=1d8f8262d7d8033f333fedb43ba0540efea066a9;hp=7c9db65ceba808efc1d79f147371f300bd3dcbaa;hpb=0d68d0ad03934a0a686b8f001df841a3bebd1fa7;p=dak.git diff --git a/ChangeLog b/ChangeLog index 7c9db65c..3d7e0106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ 2006-06-11 James Troup + * config/debian/cron.unchecked: set -u to error out on undefined + variables. Preset LOCKDAILY to "" accordingly. + * config/debian/cron.hourly: likewise. + * config/debian/cron.monthly: likewise. + * config/debian/cron.weekly: likewise. + + * 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.