summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-10-15 15:20:20 -0400
committerEd Santiago <santiago@redhat.com>2020-10-28 12:24:06 -0600
commit5d48606dae9c833869c23ab86edd55a7f9fbf85d (patch)
treef5847488d23ec387304a56f41ab9ab83e1ee435a
parent4d87306fbe06674b16f188fea187282f29c0dc58 (diff)
downloadpodman-5d48606dae9c833869c23ab86edd55a7f9fbf85d.tar.gz
podman-5d48606dae9c833869c23ab86edd55a7f9fbf85d.tar.bz2
podman-5d48606dae9c833869c23ab86edd55a7f9fbf85d.zip
Cirrus: Always record runc/crun versions
Signed-off-by: Chris Evich <cevich@redhat.com>
-rwxr-xr-xcontrib/cirrus/logcollector.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/logcollector.sh b/contrib/cirrus/logcollector.sh
index 9dcc252c0..746bccec9 100755
--- a/contrib/cirrus/logcollector.sh
+++ b/contrib/cirrus/logcollector.sh
@@ -45,8 +45,10 @@ case $1 in
containernetworking-plugins \
containers-common \
criu \
+ crun \
golang \
podman \
+ runc \
skopeo \
slirp4netns \
)
@@ -56,9 +58,7 @@ case $1 in
PKG_LST_CMD='rpm -q --qf=%{N}-%{V}-%{R}-%{ARCH}\n'
PKG_NAMES+=(\
container-selinux \
- crun \
libseccomp \
- runc \
)
;;
ubuntu*)