From 2995b12ed8532812a6ca60fe97aaea69a8afca53 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sun, 11 Jun 2006 06:21:40 +0100 Subject: [PATCH] Add katie back to list of known postgres users. --- ChangeLog | 5 +++++ config/debian/dak.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2