From 3788e4c09e64ea6891d5041e681e4167335b4e3d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 26 Jan 2023 13:59:01 -0800 Subject: [PATCH] grouped critpath: pass `--srpm` to the script Bodhi wants critpath components by SRPM name, not binary RPM name. The script was already being called with `--srpm` when used to update the PDC data, we just forgot to do the same here. Signed-off-by: Adam Williamson --- roles/openshift-apps/bodhi/templates/critpathcron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/critpathcron.yml b/roles/openshift-apps/bodhi/templates/critpathcron.yml index a83fd81def..5bf7f9407d 100644 --- a/roles/openshift-apps/bodhi/templates/critpathcron.yml +++ b/roles/openshift-apps/bodhi/templates/critpathcron.yml @@ -26,7 +26,7 @@ spec: cd /tmp git clone --depth 1 --single-branch https://pagure.io/releng.git cd /bodhi-critpath - /tmp/releng/scripts/critpath.py all + /tmp/releng/scripts/critpath.py all --srpm env: - name: BUILD_ENV value: "{{ env_short }}"