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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/leap-madison.sh') 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 -- cgit v1.2.3