[sysadmin-bin] Make sure Bart's account won't get wiped



commit ad10aa30cfcd0efbb7d0dcbfad909c61c342e5aa
Author: Andrea Veri <averi redhat com>
Date:   Mon Apr 15 19:27:28 2019 +0200

    Make sure Bart's account won't get wiped

 gitlab/gitlab-operations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitlab/gitlab-operations.py b/gitlab/gitlab-operations.py
index 17238e7..3d06f3a 100755
--- a/gitlab/gitlab-operations.py
+++ b/gitlab/gitlab-operations.py
@@ -80,7 +80,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 ('csoriano-gitlab-admin-account', 'gitlab-bugzilla-migration', 'gitlab-bot'):
+        if username in ('csoriano-gitlab-admin-account', 'gitlab-bugzilla-migration', 'gitlab-bot', 
'barthalion'):
             pass
         else:
             group.members.delete(id)


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