Shutzbot: show info for osbuild-composer sources
so we can actually see what sources are being used
This commit is contained in:
parent
4afbaec8e0
commit
c0d9bb13fc
1 changed files with 3 additions and 0 deletions
|
|
@ -66,3 +66,6 @@ sudo systemctl enable --now osbuild-composer.socket
|
||||||
# Verify that the API is running.
|
# Verify that the API is running.
|
||||||
sudo composer-cli status show
|
sudo composer-cli status show
|
||||||
sudo composer-cli sources list
|
sudo composer-cli sources list
|
||||||
|
for SOURCE in `sudo composer-cli sources list`; do
|
||||||
|
sudo composer-cli sources info $SOURCE
|
||||||
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue