X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=47e22b138caf887f804ca7adafc00c9506d0a03a;hb=ceba4993a87c1b416a01c814e37c3277775961bb;hp=e8a07c1b4ca17c173906f0bdaea10824acdf37fc;hpb=2bd5ea026c6c78d3572f28c208891599d10d85bc;p=dak.git diff --git a/ChangeLog b/ChangeLog index e8a07c1b..47e22b13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,55 @@ +2006-06-11 James Troup + + * config/debian/vars (scriptsdir): new variable. + * config/debian/cron.daily: use it. + + * scripts/debian/mkmaintainers: put Maintainers_Versions-non-US in + $base/misc/ instead of versioned $masterdir. Correct 'dak + make-maintainers' invocation to look in $configdir for + pseudo-packages.maintainers. + + * daklib/queue.py (Upload.do_reject): use correct name for + rejection template. + 2006-06-11 James Troup + * dak/override.py (main): temporarily add content of old X-Katie + header back as the PTS apparently filters on it. + * dak/process_accepted.py (main): likewise. + * dak/process_new.py (main): likewise. + * dak/process_unchecked.py (main): likewise. + * dak/reject_proposed_updates.py (main): likewise. + * dak/rm.py (main): likewise. + * daklib/queue.py (Upload.do_reject): likewise. + + * 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. + + * daklib/queue.py (Upload.source_exists): use string object + methods rather than string module. + (Upload.get_anyversion): likewise. + + * 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.