Cosmetic fix: do not show repository keys that doesn't exits

This commit is contained in:
Igor Pecovnik
2024-08-03 16:30:07 +02:00
committed by Igor
parent 3980fc42ac
commit c91668e645

View File

@@ -35,8 +35,6 @@ showall(){
echo "Displaying common repository contents" echo "Displaying common repository contents"
aptly repo show -with-packages -config="${CONFIG}" common | tail -n +7 aptly repo show -with-packages -config="${CONFIG}" common | tail -n +7
for release in "${DISTROS[@]}"; do for release in "${DISTROS[@]}"; do
echo "Displaying repository contents for $release"
aptly repo show -with-packages -config="${CONFIG}" "${release}" | tail -n +7
echo "Displaying repository contents for $release-utils" echo "Displaying repository contents for $release-utils"
aptly repo show -with-packages -config="${CONFIG}" "${release}-utils" | tail -n +7 aptly repo show -with-packages -config="${CONFIG}" "${release}-utils" | tail -n +7
echo "Displaying repository contents for $release-desktop" echo "Displaying repository contents for $release-desktop"