From: Torsten Werner Date: Sat, 26 Mar 2011 14:24:55 +0000 (+0100) Subject: Merge branch 'contents' X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=5dd1abb51a109c976351ebd6ecd5018e26ee4dc0;hp=8d74e3e64c25a954feeb9351a18bf9e0130c891d;p=dak.git Merge branch 'contents' --- diff --git a/config/backports/dak.conf b/config/backports/dak.conf index d97c52ba..020a9963 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -111,7 +111,7 @@ Import-Users-From-Passwd // The Primary GID of your users. Using uma it is the gid from group users. ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,katie,dak,www-data,qa,guest"; + KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser"; }; Queue-Report diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index cdfe9ea6..fc4017d7 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -46,7 +46,7 @@ Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,dak,www-data,udmsearch"; + KnownPostgres "postgres,dak,www-data,udmsearch,repuser"; }; Queue-Report diff --git a/config/debian/dak.conf b/config/debian/dak.conf index b888a606..6dddf229 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -69,7 +69,7 @@ Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,dak,katie,release,qa,www-data,guest"; + KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser"; }; Clean-Queues