Remove fedmsg/sqlalchemy hotfix for badges-backend. Not needed as we're on el7 now.

This commit is contained in:
Ralph Bean 2014-11-07 18:13:40 +00:00
parent 0beadb10c9
commit 698da6e4a8
2 changed files with 0 additions and 30 deletions

View file

@ -1,16 +0,0 @@
#!/usr/bin/python
# This file is managed by ansible.
#
# Its like "permanent hotfix" so that the fedmsg-hub loads
# the forward-compat sqlalchemy.
#
__requires__ = ['fedmsg', "sqlalchemy>=0.8"]
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('fedmsg', 'console_scripts', 'fedmsg-hub')()
)

View file

@ -37,20 +37,6 @@
- badges
- badges/backend
# Here I'm "permanently" hotfixing the fedmsg-hub
# It needs to load the forward-compat sqlalchemy0.7 package from the get-go.
- name: copy over patched fedmsg-hub
copy: >
src=patched-fedmsg-hub dest=/usr/bin/fedmsg-hub
owner=root group=root mode=0755
tags:
- patches
- hotfix
- badges
- badges/backend
notify:
- restart fedmsg-hub
- name: copy over all our badge definitions
copy: >
src={{ item }}