From e34e637b1ec40558cd662276f4481137c2b1f7fb Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Tue, 17 Apr 2018 01:08:11 +0000 Subject: [PATCH] Rename fedmsg.d/bodhi.py to zzbodhi.py. Signed-off-by: Randy Barlow --- roles/openshift-apps/bodhi/templates/buildconfig.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/buildconfig.yml b/roles/openshift-apps/bodhi/templates/buildconfig.yml index 98405d46f7..070e966759 100644 --- a/roles/openshift-apps/bodhi/templates/buildconfig.yml +++ b/roles/openshift-apps/bodhi/templates/buildconfig.yml @@ -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