Commit f6687d8e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: add support for blacklisting packages in bullseye

parent b96128f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ case $SUITE in
	sid) 	echo "WARNING: sid has been renamed to unstable."
		SUITE=unstable
		;;
	stretch|buster|unstable|experimental) ;;
	stretch|buster|bullseye|unstable|experimental) ;;
	*)	echo "$SUITE is not a valid suite".
		explain_syntax
		exit 1