summaryrefslogtreecommitdiff
path: root/debian/leap-madison.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/leap-madison.sh')
-rwxr-xr-xdebian/leap-madison.sh4
1 files changed, 2 insertions, 2 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