From: James Troup Date: Sun, 11 Jun 2006 05:21:40 +0000 (+0100) Subject: Add katie back to list of known postgres users. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=2995b12ed8532812a6ca60fe97aaea69a8afca53;p=dak.git Add katie back to list of known postgres users. --- diff --git a/ChangeLog b/ChangeLog index a675948e..d70447be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-06-11 James Troup + * 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. diff --git a/config/debian/dak.conf b/config/debian/dak.conf index f0f48931..741a4a11 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -66,7 +66,7 @@ Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,dak"; + KnownPostgres "postgres,dak,katie"; }; Clean-Queues