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:
parent
1bc076ae4b
commit
3788e4c09e
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue