Greeings.
There's a use that wants to use their @fedoraproject.org alias in bugzilla so we need to add an exception for them.
+1s?
kevin -- diff --git a/roles/pkgdb2/files/fas2.py b/roles/pkgdb2/files/fas2.py index 3cd2c4e..c048af8 100644 --- a/roles/pkgdb2/files/fas2.py +++ b/roles/pkgdb2/files/fas2.py @@ -265,6 +265,8 @@ class AccountSystem(BaseClient): 163460: 'besser82@fedoraproject.org', # Amit Shah: amit@amitshah.net 115389: 'amitshah@fedoraproject.org', + # Mark Wielard: fedora@wildebeest.org + 102697: 'mjw@fedoraproject.org', } # A few people have an email account that is used in owners.list but # have setup a bugzilla account for their primary account system email
+1
On 31 March 2017 at 14:42, Kevin Fenzi kevin@scrye.com wrote:
Greeings.
There's a use that wants to use their @fedoraproject.org alias in bugzilla so we need to add an exception for them.
+1s?
kevin
diff --git a/roles/pkgdb2/files/fas2.py b/roles/pkgdb2/files/fas2.py index 3cd2c4e..c048af8 100644 --- a/roles/pkgdb2/files/fas2.py +++ b/roles/pkgdb2/files/fas2.py @@ -265,6 +265,8 @@ class AccountSystem(BaseClient): 163460: 'besser82@fedoraproject.org', # Amit Shah: amit@amitshah.net 115389: 'amitshah@fedoraproject.org',
# Mark Wielard: fedora@wildebeest.org
102697: 'mjw@fedoraproject.org', } # A few people have an email account that is used in owners.list but # have setup a bugzilla account for their primary account system email
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
infrastructure@lists.fedoraproject.org