CI Gating: Rpminspect setup for files and shellsyntax tests

This commit is contained in:
Martin Cermak 2021-12-10 13:14:44 +00:00
parent bd17deb969
commit 6d84e663c4
1 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,15 @@
---
emptyrpm: emptyrpm:
   expected_empty: # The systemtap subrpm only is a metapackage requiring other
      - systemtap # packages. An empty payload there is expected.
expected_empty:
- systemtap
shellsyntax: shellsyntax:
ignore: # The following files are systemtap scripts, not shell scripts.
- /usr/share/systemtap/examples* # Skip the shell syntax checks for systemtap scripts.
- /usr/share/systemtap/testsuite* ignore:
- /usr/share/systemtap/examples/stapgames/2048.stp
- /usr/share/systemtap/testsuite/semko/autocast10.stp
- /usr/share/systemtap/testsuite/semok/autocast10.stp
- /usr/share/systemtap/testsuite/parseko/autocast02.stp
- /usr/share/systemtap/testsuite/systemtap.examples/stapgames/2048.stp