15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
summary:
|
|
Perform rpmlint and rpminspect tests
|
|
prepare:
|
|
- name: Download the source rpm
|
|
how: shell
|
|
script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
|
|
- name: Download rpm packages
|
|
how: shell
|
|
script: cd /tmp && dnf download ${PACKIT_COPR_RPMS}
|
|
discover+:
|
|
how: fmf
|
|
filter: "tag: rpmlint"
|
|
execute:
|
|
how: tmt
|