X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7dd06e2b494a0030e45a2a41d01217efee91e144;hb=da564af9a40d05d078e5ec7e49c0c778ae08ea0e;hp=a675948e64d40d65736e62b7f4b400779b3b440b;hpb=2e8dc068d879b7fed7adedc394422501448d0ede;p=dak.git diff --git a/ChangeLog b/ChangeLog index a675948e..7dd06e2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 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.