From f288d522b3e95fa067c871605a6a01ca26b1e886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 12 Sep 2018 18:41:05 +0200 Subject: [PATCH] Run setuptools before starting Anitya --- roles/openshift-apps/release-monitoring/files/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index d490c4a522..b9f9ccaa19 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -42,6 +42,7 @@ items: RUN git clone https://github.com/release-monitoring/anitya.git && \ pushd anitya && \ git checkout 0.13.0 && \ + python setup.py install && \ pushd docs && \ sphinx-build-3 -b html . _build/html && \ mkdir -p ../anitya/static/docs/ && \