File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ summary:
33discover:
44 how: shell
55 tests:
6- - name: rpminspect SRPM
7- test: rpminspect-centos -E metadata -v -t VERIFY --profile=centos-stream-9-devel /tmp/*.src.rpm
8- - name: rpminspect binary RPMs
6+ - name: rpminspect SRPM and RPMs
97 test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-centos -E metadata -v -t VERIFY --profile=centos-stream-9-devel $rpm; done
108prepare:
119 - name: packages
1210 how: install
1311 package:
1412 - rpminspect
1513 - rpminspect-data-centos
16- - how: shell
17- script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
1814execute:
1915 how: tmt
2016adjust:
Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ summary:
33discover:
44 how: shell
55 tests:
6- - name: rpminspect
7- test: rpminspect-fedora -E metadata /tmp/*.src.rpm
8- - name: rpminspect binary RPMs
6+ - name: rpminspect SRPM and RPMs
97 test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-fedora -E metadata $rpm; done
108prepare:
119 - name: packages
1210 how: install
1311 package:
1412 - rpminspect
1513 - rpminspect-data-fedora
16- - how: shell
17- script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
1814execute:
1915 how: tmt
2016adjust:
You can’t perform that action at this time.
0 commit comments