diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-07-31 18:18:31 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-07-31 18:18:31 +0000 |
commit | af316e0a22273d6aa94ac67d7b2694e8f07704bd (patch) | |
tree | de5b162a95fec6d0ac9597f130a42441bfaa0429 | |
parent | 59e1278bfb1c407ee09cda17d80b7d7ef1c9661f (diff) | |
download | ansible-af316e0a22273d6aa94ac67d7b2694e8f07704bd.tar.gz ansible-af316e0a22273d6aa94ac67d7b2694e8f07704bd.tar.xz ansible-af316e0a22273d6aa94ac67d7b2694e8f07704bd.zip |
add bugzilla override for roshi. ticket 6185
-rw-r--r-- | roles/pkgdb2/files/fas2.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/pkgdb2/files/fas2.py b/roles/pkgdb2/files/fas2.py index ba85ee2da..d7b50d0fd 100644 --- a/roles/pkgdb2/files/fas2.py +++ b/roles/pkgdb2/files/fas2.py @@ -269,6 +269,8 @@ class AccountSystem(BaseClient): 102697: 'mjw@fedoraproject.org', # Benjamin Lefoul: benjamin.lefoul@nwise.se 189661: 'lef@fedoraproject.org', + # Mike Ruckman: roshi@mykolab.com + 172063: 'roshi@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 |