summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_blacklist.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-16 21:36:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-16 21:36:59 +0100
commit0e4d54f186b0aa1bdf691aa1f4985d61ea0e45ae (patch)
treeda93a651c0b95930da45ae8a01f05549ddfff7be /bin/reproducible_blacklist.sh
parent3752b8b91e171e349124e3e7f6918d96e37fd9fd (diff)
downloadjenkins.debian.net-0e4d54f186b0aa1bdf691aa1f4985d61ea0e45ae.tar.xz
reproducible: avoid mental typos
Diffstat (limited to 'bin/reproducible_blacklist.sh')
-rwxr-xr-xbin/reproducible_blacklist.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh
index 2c02a1f0..9269c21d 100755
--- a/bin/reproducible_blacklist.sh
+++ b/bin/reproducible_blacklist.sh
@@ -41,6 +41,11 @@ check_candidates() {
set +x
SUITE="$1"
shift
+if [ "$SUITE" = "sid" ] ; then
+ echo "WARNING: sid has been renamed to unstable."
+ SUITE=unstable
+fi
+
CANDIDATES="$@"
check_candidates
PACKAGES=$(echo $PACKAGES)