playbooks/dependencies: Show the ShellCheck and codespell versions
Different versions of ShellCheck and codespell may treat the same code base differently. eg., these tools are currently being used on Fedora 36 as part of the 'unit tests', but CentOS Stream 9 has newer versions that are stricter and catch several new problems. Knowing the versions of the tools used in the tests helps to understand these differences, and is a step towards testing on CentOS Stream 9. https://github.com/containers/toolbox/pull/1199
This commit is contained in:
parent
05a062f8c9
commit
35783e0d0c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
chdir: '{{ zuul.project.src_dir }}'
|
||||
|
||||
- name: Check versions of crucial packages
|
||||
command: rpm -qa *kernel* *glibc* golang podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper
|
||||
command: rpm -qa ShellCheck codespell *kernel* *glibc* golang podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper
|
||||
|
||||
- name: Show podman versions
|
||||
command: podman version
|
||||
|
|
Loading…
Reference in a new issue