From 89a96ccb8999ac9a7505fdd40d8a8379d5d00c8b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 20 Feb 2020 13:43:12 +0100 Subject: [PATCH] bodhi: clone from pingou's fork to debug something in stg Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/bodhi/templates/dockerfile-base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 67aa07b41c..264d1f693e 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -45,7 +45,8 @@ RUN dnf install -y \ koji && \ dnf clean all -RUN git clone -b 5.1 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \ +#RUN git clone -b 5.1 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \ +RUN git clone -b 5.1 https://github.com/pypingou/bodhi.git /srv/bodhi && \ cd /srv/bodhi && \ python3 -m pip install . --no-use-pep517 && \ mkdir -p /usr/share/bodhi && \