The FAS' fas2.py hotfix is in pkgdb, not FAS' role

This commit is contained in:
Pierre-Yves Chibon 2015-07-20 10:22:10 +02:00
parent 592566876a
commit 699b79a843
2 changed files with 7 additions and 7 deletions

View file

@ -255,8 +255,12 @@ class AccountSystem(BaseClient):
103551: 'fschwarz@fedoraproject.org',
# Martin Holec: martix@martix.names
137561: 'mholec@redhat.com',
# Lokesh Mandvekar: lsm5@switzerlandmail.ch
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

View file

@ -21,6 +21,9 @@
tags:
- config
- pkgdb
- fas
- hotfix
- hotfixfas
- name: copy sundry pkgdb configuration
template: src={{ item.file }}
@ -98,10 +101,3 @@
tags:
- selinux
- 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