From bcae73fdd390cc977a6d31a56cf60a0d5892dc42 Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 26 Oct 2017 21:31:15 +0200 Subject: Fix scripts to match new repo layout --- debian/leap-madison.sh | 4 ++-- debian/show-versions-in-repo.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/leap-madison.sh b/debian/leap-madison.sh index daf3a94..4c00431 100755 --- a/debian/leap-madison.sh +++ b/debian/leap-madison.sh @@ -22,9 +22,9 @@ name=$1 [ -z "$name" ] && usage # Platform -for dist in jessie stretch +for dist in master snapshots staging 0.10 do - for component in master snapshots staging 0.10 + for component in jessie stretch do get_version platform ${dist} ${component} done diff --git a/debian/show-versions-in-repo.sh b/debian/show-versions-in-repo.sh index c33444d..f6894e7 100755 --- a/debian/show-versions-in-repo.sh +++ b/debian/show-versions-in-repo.sh @@ -5,7 +5,7 @@ usage() { echo "$0 " echo echo "Show which package versions are included in which debian repo" - echo "Example: $0 platform jessie snapshots" + echo "Example: $0 platform snapshots jessie" exit 1 } -- cgit v1.2.3