]> git.decadent.org.uk Git - dak.git/commitdiff
Add katie back to list of known postgres users.
authorJames Troup <james@nocrew.org>
Sun, 11 Jun 2006 05:21:40 +0000 (06:21 +0100)
committerJames Troup <james@nocrew.org>
Sun, 11 Jun 2006 05:21:40 +0000 (06:21 +0100)
ChangeLog
config/debian/dak.conf

index a675948e64d40d65736e62b7f4b400779b3b440b..d70447be46cd9ee73ca2843bb51343b131e76e00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-06-11  James Troup  <james@nocrew.org>
 
+       * 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.
index f0f4893131716262c23dc5f5d9890f792aaae61e..741a4a1144c2e48e19916081562556a9312a3384 100644 (file)
@@ -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