From c0d9bb13fc321fd5bebff6f978e9d237be43cf1c Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 27 Aug 2020 11:59:54 +0300 Subject: [PATCH] Shutzbot: show info for osbuild-composer sources so we can actually see what sources are being used --- schutzbot/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 5f4d2995a..c7d8d4f8b 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -66,3 +66,6 @@ sudo systemctl enable --now osbuild-composer.socket # Verify that the API is running. sudo composer-cli status show sudo composer-cli sources list +for SOURCE in `sudo composer-cli sources list`; do + sudo composer-cli sources info $SOURCE +done