Rename fedmsg.d/bodhi.py to zzbodhi.py.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-04-17 01:08:11 +00:00
parent 8421005db1
commit e34e637b1e

View file

@ -23,7 +23,8 @@ items:
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
# Put the fedmsg config in place
RUN rm -f /etc/fedmsg.d/bodhi.py
RUN ln -sf /etc/bodhi-fedmsg.d/bodhi-openshift-web.py /etc/fedmsg.d/bodhi.py
# Let's name it starting with zz so it sorts last.
RUN ln -sf /etc/bodhi-fedmsg.d/bodhi-openshift-web.py /etc/fedmsg.d/zzbodhi.py
# Put the fedmsg cert and key in place
RUN mkdir -p /etc/pki/fedmsg/
RUN ln -sf /etc/pki/fedmsg/key/fedmsg-bodhi.key /etc/pki/fedmsg/bodhi.key