The FAS' fas2.py hotfix is in pkgdb, not FAS' role
This commit is contained in:
parent
592566876a
commit
699b79a843
2 changed files with 7 additions and 7 deletions
|
@ -255,8 +255,12 @@ class AccountSystem(BaseClient):
|
||||||
103551: 'fschwarz@fedoraproject.org',
|
103551: 'fschwarz@fedoraproject.org',
|
||||||
# Martin Holec: martix@martix.names
|
# Martin Holec: martix@martix.names
|
||||||
137561: 'mholec@redhat.com',
|
137561: 'mholec@redhat.com',
|
||||||
|
# Lokesh Mandvekar: lsm5@switzerlandmail.ch
|
||||||
|
169250: 'lsm5@fedoraproject.org',
|
||||||
# John Dulaney: j_dulaney@live.com
|
# John Dulaney: j_dulaney@live.com
|
||||||
149140: 'jdulaney@fedoraproject.org',
|
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
|
# 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
|
# have setup a bugzilla account for their primary account system email
|
||||||
|
|
|
@ -21,6 +21,9 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- pkgdb
|
- pkgdb
|
||||||
|
- fas
|
||||||
|
- hotfix
|
||||||
|
- hotfixfas
|
||||||
|
|
||||||
- name: copy sundry pkgdb configuration
|
- name: copy sundry pkgdb configuration
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
|
@ -98,10 +101,3 @@
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
- pkgdb
|
- pkgdb
|
||||||
|
|
||||||
- name: HOTFIX fas2.py in python-bugzilla to add a bugzilla override for ticket 4827
|
|
||||||
copy: src="{{ roles }}/fas_server/files/fas2.py" dest=/usr/lib/python2.7/site-packages/fedora/client/fas2.py mode=644 owner=root group=root
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
- fas
|
|
||||||
- hotfixfas
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue