From 627166c8dc822f4d40251eef0071ff82e6bc155e Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Aug 15 2022 17:52:03 +0000 Subject: fedpkg-build: workaround koji bug 2118011 The new package is in updates testing and blocking users. Let's worakround and help mvadkert learn how to hotfix issues like this. Signed-off-by: Miroslav Vadkerti --- diff --git a/roles/fedpkg-build-ng/tasks/main.yaml b/roles/fedpkg-build-ng/tasks/main.yaml index 3a919ac..484854e 100644 --- a/roles/fedpkg-build-ng/tasks/main.yaml +++ b/roles/fedpkg-build-ng/tasks/main.yaml @@ -14,6 +14,10 @@ state: latest become: true +- name: Install koji from updates testing - workaround BZ#2118011 + command: "dnf -y update --enablerepo=updates-testing koji" + become: true + # In post-merge pipelines Zuul set explicitly the origin to /dev/null - name: Set origin and tracking branch command: "{{ item }}"