From 0e4d54f186b0aa1bdf691aa1f4985d61ea0e45ae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 16 Mar 2015 21:36:59 +0100 Subject: reproducible: avoid mental typos --- bin/reproducible_schedule_on_demand.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_schedule_on_demand.sh') diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index 07df687a..e58d2f0b 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -17,6 +17,11 @@ common_init "$@" set +x SUITE="$1" shift +if [ "$SUITE" = "sid" ] ; then + echo "WARNING: sid has been renamed to unstable." + SUITE=unstable +fi + CANDIDATES="$@" check_candidates if [ ${#PACKAGE_IDS} -gt 256 ] ; then -- cgit v1.2.3-54-g00ecf