From 736ab6eebba4175a663d603bca13a7afa273df09 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 May 2019 17:14:07 +0000 Subject: [PATCH] openshift: bodhi-web: fix typo in url Signed-off-by: Kevin Fenzi --- roles/openshift-apps/bodhi/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/buildconfig.yml b/roles/openshift-apps/bodhi/templates/buildconfig.yml index 930f86957a..df5f7fcbf6 100644 --- a/roles/openshift-apps/bodhi/templates/buildconfig.yml +++ b/roles/openshift-apps/bodhi/templates/buildconfig.yml @@ -22,7 +22,7 @@ items: # While dnf has a --nodocs, it doesen't have a --docs... RUN sed -i '/nodocs/d' /etc/dnf/dnf.conf RUN dnf install -y bodhi-server-{{bodhi_version}} bodhi-docs-{{bodhi_version}} - RUN dnf downgrade -y https://kojipkgs.fedoraproject.org//packages/libdnf/0.28.1/1.fc29/aarch64/libdnf-0.28.1-1.fc29.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/libdnf/0.28.1/1.fc29/x86_64/python3-hawkey-0.28.1-1.fc29.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/libdnf/0.28.1/1.fc29/x86_64/python3-libdnf-0.28.1-1.fc29.x86_64.rpm + RUN dnf downgrade -y https://kojipkgs.fedoraproject.org//packages/libdnf/0.28.1/1.fc29/x86_64/libdnf-0.28.1-1.fc29.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/libdnf/0.28.1/1.fc29/x86_64/python3-hawkey-0.28.1-1.fc29.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/libdnf/0.28.1/1.fc29/x86_64/python3-libdnf-0.28.1-1.fc29.x86_64.rpm # 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.