From 9681d7d8f50df414f651ef7ff431ff7c7c7cfe65 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 19 Apr 2018 15:54:22 +0200 Subject: [PATCH] With httpd, no need for this mv Signed-off-by: Patrick Uiterwijk --- roles/openshift-apps/bodhi/templates/buildconfig.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/buildconfig.yml b/roles/openshift-apps/bodhi/templates/buildconfig.yml index da8646a56e..74c8de47d8 100644 --- a/roles/openshift-apps/bodhi/templates/buildconfig.yml +++ b/roles/openshift-apps/bodhi/templates/buildconfig.yml @@ -20,7 +20,6 @@ items: RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo {% endif %} RUN dnf install -y bodhi-server python2-gunicorn - 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 # Let's name it starting with zz so it sorts last.