[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] add repuser as known user



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/backports/dak.conf       |    2 +-
 config/debian-security/dak.conf |    2 +-
 config/debian/dak.conf          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/backports/dak.conf b/config/backports/dak.conf
index d97c52b..020a996 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 cdfe9ea..fc4017d 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 b888a60..6dddf22 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
-- 
1.7.2.5


Reply to: