Add fas2 hotfix for devos. Fixes ticket 4827
This commit is contained in:
parent
b2d1576200
commit
89ca19f249
2 changed files with 10 additions and 0 deletions
|
@ -257,6 +257,8 @@ class AccountSystem(BaseClient):
|
|||
169250: 'lsm5@fedoraproject.org',
|
||||
# John Dulaney: j_dulaney@live.com
|
||||
149140: 'jdulaney@fedoraproject.org',
|
||||
# Niels de Vos: niels@nixpanic.net
|
||||
102792: 'ndevos@redhat.com',
|
||||
}
|
||||
# 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
|
||||
|
|
|
@ -345,3 +345,11 @@
|
|||
tags:
|
||||
- config
|
||||
- fas
|
||||
|
||||
- name: HOTFIX fas2.py in python-bugzilla to add a bugzilla override for ticket 4827
|
||||
copy: src=fas2.py dest=/usr/lib/python2.6/site-packages/fedora/client/fas2.py mode=644 owner=root group=root
|
||||
when: master_fas_node == True
|
||||
tags:
|
||||
- config
|
||||
- fas
|
||||
- hotfixfas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue