From c1e23f8ef5a8365da57eeb03ed6360fe4006690b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 20 Feb 2020 14:00:35 +0100 Subject: [PATCH] bodhi: Log the last commit in the repo at the time of the build Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/bodhi/templates/dockerfile-base | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 264d1f693e..dd80a64bc5 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -48,6 +48,7 @@ RUN dnf install -y \ #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 && \ + git log -1 && \ python3 -m pip install . --no-use-pep517 && \ mkdir -p /usr/share/bodhi && \ cp /srv/bodhi/apache/bodhi.wsgi /usr/share/bodhi/bodhi.wsgi