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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-01-26 13:59:01 -08:00
parent 1bc076ae4b
commit 3788e4c09e

View file

@ -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 }}"