From c91668e645750e2f6d9faf0937d91db8ca4fefbc Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 3 Aug 2024 16:30:07 +0200 Subject: [PATCH] Cosmetic fix: do not show repository keys that doesn't exits --- tools/repository/repo | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/repository/repo b/tools/repository/repo index 31c3265ad..bd991083a 100755 --- a/tools/repository/repo +++ b/tools/repository/repo @@ -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"