From 5bf3af559fea101690e0ebefe9bfd056036b7ba9 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 23 Jun 2020 12:32:47 +0300 Subject: [PATCH] Shutzbot: install only osbuild-composer-tests in order to catch missing dependencies --- schutzbot/deploy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index bd3d3fe95..dd75db77e 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -32,9 +32,8 @@ sudo cp osbuild-mock.repo /etc/yum.repos.d/osbuild-mock.repo sudo dnf repository-packages osbuild-mock list # Install the Image Builder packages. -retry sudo dnf -y install composer-cli osbuild osbuild-ostree \ - osbuild-composer osbuild-composer-rcm osbuild-composer-tests \ - osbuild-composer-worker python3-osbuild +# Note: installing only -tests to catch missing dependencies +retry sudo dnf -y install osbuild-composer-tests # Copy the internal repositories into place when needed. if curl -fs http://download.devel.redhat.com > /dev/null; then