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
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ showall(){
echo "Displaying common repository contents"
aptly repo show -with-packages -config="${CONFIG}" common | tail -n +7
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"
aptly repo show -with-packages -config="${CONFIG}" "${release}-utils" | tail -n +7
echo "Displaying repository contents for $release-desktop"