[sysadmin-bin] Modify the list of owners that are not part of the gnomecvs group but still have to be part of the g



commit ba5ace23d7098d3f40798f3731dd57bdb186417c
Author: Andrea Veri <averi redhat com>
Date:   Fri Jan 12 10:34:49 2018 +0100

    Modify the list of owners that are not part of the gnomecvs group but still have to be part of the gitlab 
GNOME group

 gitlab/gitlab-operations.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitlab/gitlab-operations.py b/gitlab/gitlab-operations.py
index 35de197..9cb11d8 100755
--- a/gitlab/gitlab-operations.py
+++ b/gitlab/gitlab-operations.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-  
+
 import sys
 import gitlab
 
@@ -69,7 +69,7 @@ for username, id in ldapusers_dict.iteritems():
 for username, id in gnomeusers_dict.iteritems():
     if username not in gnomecvs_members:
         # Hardcode the list of GNOME group owners here
-        if username in ('root', 'csoriano'):
+        if username in ('csoriano-admin-account', 'bugzilla-migration'):
             pass
         else:
             group.members.delete(id)


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