From 31dccd36bdbbb02e1780f71034fe0820278569c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 21 Nov 2019 11:59:53 +0100 Subject: [PATCH] In staging, build Bodhi from the 5.1 branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/bodhi/templates/dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index bfb41f3542..67aa07b41c 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -45,7 +45,7 @@ RUN dnf install -y \ koji && \ dnf clean all -RUN git clone -b 5.0 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \ +RUN git clone -b 5.1 https://github.com/fedora-infra/bodhi.git /srv/bodhi && \ cd /srv/bodhi && \ python3 -m pip install . --no-use-pep517 && \ mkdir -p /usr/share/bodhi && \