summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/leap-madison.sh4
-rwxr-xr-xdebian/show-versions-in-repo.sh2
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 <repo> <dist> <component>"
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
}